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:
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
exec %LIB%wicd-client.py $@
|
||||
exec python -O %LIB%wicd-client.py $@
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec %LIB%wicd-daemon.py $@
|
||||
exec python -O %LIB%wicd-daemon.py $@
|
||||
|
||||
Reference in New Issue
Block a user