From Fedora Project Wiki

< KDE

(Created page with 'Do you prefer to use the old NetworkManager gui instead of knetworkmanager? If so just follow these simple instructions to enable it by default. Thanks to Rex Dieter for the in...')
 
No edit summary
Line 1: Line 1:
Do you prefer to use the old NetworkManager gui instead of knetworkmanager?  If so just follow these simple instructions to enable it by default.  Thanks to Rex Dieter for the instructions.
Do you prefer to use the old NetworkManager gui instead of knetworkmanager?  If so just follow these simple instructions to enable it by default.  Thanks to Rex Dieter for the instructions.


# mkdir ~/.kde/share/autostart
<code>
# cp /etc/xdg/autostart/nm-applet.desktop ~/.kde/share/autostart/
$ mkdir ~/.kde/share/autostart
# cp /usr/share/autostart/kde4-knetworkmanager-autostart.desktop ~/.kde/share/autostart/


$ grep -v NotShowIn /etc/xdg/autostart/nm-applet.desktop > ~/.kde/share/autostart/nm-applet.desktop
$ cp /usr/share/autostart/kde4-knetworkmanager-autostart.desktop ~/.kde/share/autostart/
</code>


then use systemsettings->(advanced)->autostart to  
then use systemsettings->(advanced)->autostart to  
1. enable nm-applet  
* enable nm-applet  
2.  disable knetworkmanager
* disable knetworkmanager

Revision as of 12:58, 28 May 2010

Do you prefer to use the old NetworkManager gui instead of knetworkmanager? If so just follow these simple instructions to enable it by default. Thanks to Rex Dieter for the instructions.

$ mkdir ~/.kde/share/autostart

$ grep -v NotShowIn /etc/xdg/autostart/nm-applet.desktop > ~/.kde/share/autostart/nm-applet.desktop

$ cp /usr/share/autostart/kde4-knetworkmanager-autostart.desktop ~/.kde/share/autostart/

then use systemsettings->(advanced)->autostart to

  • enable nm-applet
  • disable knetworkmanager