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 ?
Asked
Active
Viewed 1,078 times
0
-
What is your OS? – Pilot6 Jun 22 '15 at 16:07
-
I am running ubuntu 14.0.2 – skiter Jun 22 '15 at 16:15
-
Describe please what do you click. What is "Applications"? You can make a screenshot and post a link to your question. – Pilot6 Jun 22 '15 at 16:17
-
What desktop environment are you using? (If you are not sure, you can look at the screenshot here) – Wilf Jun 22 '15 at 16:27
-
I am using Unity [link] (https://www.anony.ws/image/DQQt) – skiter Jun 22 '15 at 16:48
-
and here is what my menu bar looks like [link] (https://www.anony.ws/image/DQQ2) – skiter Jun 22 '15 at 16:50
-
And what is the point of starting applications this way? – Pilot6 Jun 22 '15 at 17:32
1 Answers
0
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 &

krt
- 1,956
- 15
- 12
-
-
In 15.10
sudo nm-applet &
didn't bring it back, just pressAlt+F2
and typenm-tool
. – yaakov Jun 06 '16 at 02:57