The first thing you have to do is to login as root and stop the NetworkManager service with:
/etc/init.d/NetworkManager stopNext you have to start the wicd service:
rc-update del NetworkManager
/etc/init.d/wicd startNow almost all should be set. You can launch wicd using either Alt+F2 or from a terminal to test that it works. You should be able to run wicd as a normal user too. However wicd will not appear in the system tray the next time you log in to KDE. You should create a file named wicd-tray.desktop in ~/.config/autostart/ with the following content:
rc-update add wicd
[Desktop Entry]And that's about it! Have fun! :-)
Categories=Application;Network;
Exec=wicd-client
GenericName=Network Manager
Icon=wicd-client
Icon[en_US]=wicd-client
Name=Wicd Network Manager Tray
Name[en_US]=Wicd Network Manager Tray
Comment=Display network connection status in the system tray
Comment[en_US]=Display network connection status in the system tray
Terminal=false
Type=Application
Version=1.0
X-GNOME-Autostart-enabled=true
X-KDE-autostart-after=panel