wicd è un po' in conflitto con /etc/rc.d/rc.inet1 ... io tengo i campi vuoti nel conf:
- Codice: Seleziona tutto
# cat /etc/rc.d/rc.inet1.conf
# /etc/rc.d/rc.inet1.conf
#
....
# Config information for eth0:
IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]=""
DHCP_HOSTNAME[0]=""
....
# Default gateway IP address:
GATEWAY=""
...
interessante sapere poi che wicd tiene la sua configurazione in vari luoghi, in particolare le chiavi wireless in /var/lib/wicd/configurations/
- Codice: Seleziona tutto
# cat /var/lib/wicd/WHEREAREMYFILES
WHERE ARE MY FILES?!
If you are reading this in /var/lib/wicd/, then you may ignore (but please don't
delete) this file. The only reason it is here is that it is definitely
constant between package updates.
If you are reading this from your home directory, you are probably wondering
why your Wicd configuration files are not in ~/.wicd. What follows is a
summary of the folders that Wicd uses.
For a more detailed (and complete) description what is in each directory,
consult the man pages for wicd(8) and wicd-curses(8).
~/.wicd
User-dependent configuration files
/etc/wicd/
Global configuration files
/var/lib/wicd/configurations/
Individual network configurations
ah, negli ultimi txz di wicd l'applicazione non resta nel vassoiso di sistema, può essere comodo togliere il --no-tray dal .desktop
- Codice: Seleziona tutto
$ cat /usr/share/applications/wicd.desktop
[Desktop Entry]
Categories=Application;Network;
Exec=wicd-gtk --no-tray
GenericName=Network Manager
Icon=wicd-gtk
Icon[en_US]=wicd-gtk
Name=Wicd Network Manager
Name[en_US]=Wicd Network Manager
Comment=Start the Wicd client without system tray icon
Comment[en_US]=Start the Wicd client without system tray icon
Terminal=false
Type=Application
Version=1.0