Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
60
rated 0 times [  60] [ 0]  / answers: 1 / hits: 42965  / 3 Years ago, thu, june 24, 2021, 12:33:16

Sometimes my network manager indicator (applet) shows as if I'm not connected to wifi (no bars) and when I right click it it says "networking disabled" although I am connected to the internet. Maybe it's a bug or something.



Running sudo service network-manager restart fixes this applet. It restarts the whole network. Does anyone know a simple way to restart just the applet? (nm-applet)


More From » wireless

 Answers
0

You can restart nm-applet with this command from terminal:


killall nm-applet; nohup nm-applet &

or by restarting the network-manager service (which will restart nm-applet):


sudo systemctl restart network-manager

or


sudo service network-manager restart

In new Ubuntu 22.04 versions and upper:


sudo systemctl restart NetworkManager.service



Here is a YouTube video explaining the answer.


[#23083] Saturday, June 26, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
antoccasiona

Total Points: 430
Total Questions: 127
Total Answers: 131

Location: Netherlands
Member since Sat, Jun 26, 2021
3 Years ago
antoccasiona questions
Sat, Oct 23, 21, 22:34, 3 Years ago
Sat, Sep 24, 22, 09:39, 2 Years ago
Sun, Jan 15, 23, 11:08, 1 Year ago
;