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)
sudo service network-manager restartdoesn't always fix it. For example, now the indicator shows zero "bars" and no network, even though I'm online typing this comment. Screenshot. – Dan Dascalescu Apr 03 '17 at 20:33killall nm-applet; nohup nm-applet &– 842Mono Apr 03 '17 at 20:46sudo service ____ restart!! – isomorphismes Jul 29 '17 at 15:32