chris_c
Member
- Joined
- Jun 25, 2010
- Messages
- 393
- Age
- 56
wicd isn't 100% perfect - you'll have to give it a prod after enabling the wifi driver afaics but it still beats NetworkManager
Its slimmer not reliant on a bunch of gnome stuff...
it has a curses or cli gui as well as as a gtk gui!
It's a *lot* more configurable - yes you can do fixed address connections!
it will ask for your password each time you boot but that's fixable!
add a rule in /etc/sudoers.d like for the pandora's scripts
leave a root terminal open (sudo su) as and ruk with the sudo config will stop it working altogether and you
wont be able to fix it!
/etc/sudoers.d/20_wicd
you need to chmod 440 /etc/sudoers.d/20_wicd
as well
when you run the app the first time it will add itself to the session manager you need to disable this and add your own entry to execute a simple 1 line script
it might work by just adding sudo /usr/bin/wicd-gtk into the session manager but i ended up putting it in
Applications/Settings/lxsessions/LXDE/autostart (assuming you enjoy the speedier and lighter lxde over xfce!)
don't forget you will have to stop NetworkManager from auto starting too there’s a bunch of links in /etc/rcX.d to delete
you could replace it with a link to start wicd's deamon but the gtk thing will auto start the daemon if needed...
enjoy!
Its slimmer not reliant on a bunch of gnome stuff...
it has a curses or cli gui as well as as a gtk gui!
It's a *lot* more configurable - yes you can do fixed address connections!
it will ask for your password each time you boot but that's fixable!
add a rule in /etc/sudoers.d like for the pandora's scripts
leave a root terminal open (sudo su) as and ruk with the sudo config will stop it working altogether and you
wont be able to fix it!
/etc/sudoers.d/20_wicd
Code:
%wheel All=(ALL) NOPASSWD: /usr/bin/wicd-gtk
%wheel All=(ALL) NOPASSWD: /usr/sbin/wicd
you need to chmod 440 /etc/sudoers.d/20_wicd
as well
when you run the app the first time it will add itself to the session manager you need to disable this and add your own entry to execute a simple 1 line script
Code:
sudo /usr/bin/wicd-gtk
it might work by just adding sudo /usr/bin/wicd-gtk into the session manager but i ended up putting it in
Applications/Settings/lxsessions/LXDE/autostart (assuming you enjoy the speedier and lighter lxde over xfce!)
don't forget you will have to stop NetworkManager from auto starting too there’s a bunch of links in /etc/rcX.d to delete
you could replace it with a link to start wicd's deamon but the gtk thing will auto start the daemon if needed...
enjoy!