PDA

View Full Version : [other] I just install lxde, now says wireless is wired



Tclarkie
September 9th, 2009, 10:30 PM
I just install lxde, now says wireless is wired

earthpigg
September 9th, 2009, 11:11 PM
you still have gnome or xfce installed, right?

if so, let's make nm-applet run in lxde:


sed -i 's/OnlyShowIn/#OnlyShowIn/g' /etc/xdg/autostart/nm-applet.desktop

this will comment out the OnlyShownIn line of /etc/xdg/autostart/nm-applet.desktop to allow nm-applet to function outside of gnome and xfce.

you can run "sudo nano /etc/xdg/autostart/nm.applet.desktop" and put the # there yourself, if you dont trust my command :D

log out of lxde, log back in.

source:
http://sites.google.com/site/masonux/home/notes-to-myself

appier
September 10th, 2009, 09:14 PM
I had the same problem. Your instructions worked perfectly. Thank you!