Page 1 of 1

So, how would I disable wicd-client.py?

Posted: 27 Jun 2012, 02:28
by TheDoctor
As part of a project, I am trying to figure out how to prevent the wicd-client.py utility from running when the desktop starts up. Disabling the wicd utility daemon was as easy as editing /etc/rc.d/rc.M, but now when the desktop starts the user is presented with an error window asking to run the wicd daemon as root. This is bad because it breaks the user experience.

I have tried editing the /etc/xdg/autostart/wicd-tray.desktop file to add the "Hidden=true" attribute (and booted with the nonetwork cheat code) but that does not seem to do anything in the default KDE Trinity environment. I have also tried wiping that file's contents and deleting it entirely, but those do not seem to work, either (they were tested by logging out and back in again, incidentally, and not rebooting).

Doing a recursive grep of all of the files in /home/guest on the case-insensitive string '*wicd*' did not turn anything up. Nor did grepping files under /usr, /etc, or even ~/.kde (where I would expect KDE startup files to go).

Does anyone more knowledgable of KDE know how to do this? It is fairly important.

Re: So, how would I disable wicd-client.py?

Posted: 30 Jun 2012, 02:03
by brokenman

Code: Select all

chmod -x /etc/rc.d/rc.wicd
The startup script will look for an executable .rc file and run it.

Re: So, how would I disable wicd-client.py?

Posted: 01 Jul 2012, 18:47
by wread
Eliminate wicd and install Network Manager instead. See my post http://porteus.org/forum/viewtopic.php? ... 1188#p8939, EDIT 5. Maybe this solves your problem!

Wicd is already deprecated; we will be using NM.

Cheers :)

Re: So, how would I disable wicd-client.py?

Posted: 19 Jul 2012, 15:06
by TheDoctor
brokenman wrote:

Code: Select all

chmod -x /etc/rc.d/rc.wicd
The startup script will look for an executable .rc file and run it.
We did that - it works fine for deactivating the daemon but the client-side applet still comes up, complains, and asks the user for permission to restart it. That is fine for most users but in our particular case it breaks things.

We figured out how to disable it entirely, starting here.

Re: So, how would I disable wicd-client.py?

Posted: 05 Aug 2012, 02:00
by wread
Umm.., I may have a 002-xorg module with no wicd at all. I made it clean first, and then added the present Network Manager. But in that case you will not be able to connect at all..

Let me know if that would solve your poblem.

Regards :)