When I double click on the WiCD icon nothing happens, I'm trying it when the icon is in the applications menu, on the desktop, and on the toolbar but nothing executes. I have started this program in the past but now it wont start at all.
When I double click on the WiCD icon nothing happens, I'm trying it when the icon is in the applications menu, on the desktop, and on the toolbar but nothing executes. I have started this program in the past but now it wont start at all.
Correct me if im wrong, you ned to start it up first,
then Internet>Wicd Network ManagerCode:/etc/init.d/networking start /etc/init.d/wicd start
Or justCode:start-network
Sometimes I try to fit a 16-character string into an 8–byte space, on purpose.
in case the above commands wont work, then try:
/etc/init.d/wicd start
/usr/bin/wicd-client &
A quick google search, showed the following people that have the same problem as you:
BackTrack 4 Pre Final: can not start Wicd Network Manager (/usr/bin/wicd-client) « Travelling Linux
I noticed that when editing the link in the KDE Menu Editor it had the --no-tray argument after the wicd-client command. I removed this argument and it worked fine.
BTW: You can edit the link by right clicking on it.
--Stingy49