:: Re: [DNG] dealing with wifi
Startseite
Nachricht löschen
Nachricht beantworten
Autor: aitor_czr
Datum:  
To: emninger, dng
Betreff: Re: [DNG] dealing with wifi
El 15/05/16 a las 14:00, Gregory Nowak <greg@???> escribió:
>> Principally, to avoid wicd from starting automatically
>> >i'll have to pull out the wicd script out of/etc/init.d/ , correct?
> Not necessarily. Simply doing:
>
> update-rc.d wicd disable
>
> will prevent wicd from being started or stopped by removing the
> symlinks to it. If you were to remove wicd from /etc/init.d, it would
> be put back when the package was upgraded in the future.
>
> Greg

"/etc/init.d/wicd" starts the daemon.

You need to remove the following file:

/etc/xdg/autostart/wicd-tray.desktop

On the other hand, pulling out a file from /etc/init.d/ isn't enough.
You need to run:

update-rc.d -f wicd remove

Cheers,

Aitor.