PDA

View Full Version : [SOLVED] Getting nm-applet out of the system tray



whatthefunk
August 16th, 2011, 06:03 AM
I dont use Network Manager to connect, but the nm-applet wireless icon wont go out of the system tray. Ive tried to do it through the GUI by unchecking Network Manager in the startup applications: didnt work. I tried to do it by editing the .desktop files in /.config/autostart and /etc/xdg/autostart: didnt work. I deleted all the .desktop files: didnt work. I can get rid of it by killing nm-applet, but then it comes back next time I log in. Is there any way to get rid of this stupid thing outside of purging Network Manager?

kerry_s
August 16th, 2011, 06:23 AM
Create an auto start to kill it.
Go to ~/.config/autostart
Open the terminal
Type-> lxshortcut -o kill-nm.desktop
Fill in the info, for command put "killall nm-applet"

whatthefunk
August 17th, 2011, 01:50 PM
Nope. Still there.

Duncan Williams
August 17th, 2011, 02:25 PM
can you use `startup manager' to switch it of there? (as I can)
http://files.myopera.com/DuncanWilliams/usercss/startup-nm.png

wojox
August 17th, 2011, 02:29 PM
Edit:


sudo leafpad /etc/xdg/lxsession/Lubuntu/autostart

whatthefunk
August 17th, 2011, 03:24 PM
Edit:


sudo leafpad /etc/xdg/lxsession/Lubuntu/autostart

Excellent. I commented out @nm-applet and its gone on reboot. Thanks wojox and everyone else who tried.