1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-22 01:45:46 +01:00

experimental branch:

- Actually destroy the network entry objects that are supposed to get destroied
- Improve GUI behavior when initially opened.
- Use the python -O flag when launching the daemon/GUI.
- Favor gksudo over gksu.
- Remove broken interface enable/disable options.
This commit is contained in:
imdano
2008-10-11 12:36:49 +00:00
parent 9ee8bc1875
commit 20b4a61f30
6 changed files with 35 additions and 77 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
exec %LIB%wicd-client.py $@
exec python -O %LIB%wicd-client.py $@

View File

@@ -1,3 +1,3 @@
#!/bin/bash
exec %LIB%wicd-daemon.py $@
exec python -O %LIB%wicd-daemon.py $@