mdh34 / elementary-indicators

An unofficial guide to restore indicator functionality on elementary OS
133 stars 8 forks source link

two network indicators #11

Open r3k4 opened 5 years ago

r3k4 commented 5 years ago

just installed this old wingpanel-indicator-ayatana, but I noticed that now I have two network indicators.

Does anyone know how to fix it?

Screenshot from 2019-04-14 00-02-46

matfantinel commented 4 years ago

I am having the same issue. Did you find a fix?

matfantinel commented 4 years ago

Alright, I fixed it.

This is inherited from Ubuntu and for some reason was in the autostart folder. To remove it, run these lines:

killall nm-applet
cd /etc/xdg/autostart/
sudo rm ./nm-applet.desktop 

If you want to be sure nothing stops working, you can copy that .desktop file to another folder and restore it if anything goes wrong.

draft1 commented 4 years ago

Thanks, fixed my problem with EOS 5.1 also.

Belmaj commented 4 years ago

thanks for this..