How to remove the network icon from the menu bar?

I clicked on the WiFi Network symbol in Applications to many times and I now have 8 Network connection icons in my menu bar. I didn't realize till to late that it was adding them to the menu bar. I was clicking and waiting for an app to open and when it didn't I clicked again. Is there a way to get it back to 1 icon ?

7

1 Answer

You can remove all duplicates of the connection icons by killing the nm-applet process, like this:

$ sudo killall nm-applet

Then start a new one with:

$ sudo nm-applet &
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like