:: Re: [DNG] dealing with wifi
Página Inicial
Delete this message
Reply to this message
Autor: aitor_czr
Data:  
Para: emninger, dng
Assunto: 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.