1
0
mirror of https://github.com/gryf/wicd.git synced 2026-04-13 00:43:36 +02: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

@@ -691,8 +691,7 @@ def main(argv):
setup_dbus()
if not use_tray or not ICON_AVAIL:
the_gui = gui.appGui()
the_gui.standalone = True
the_gui = gui.appGui(dbus_man=dbus_manager, standalone=True)
mainloop = gobject.MainLoop()
mainloop.run()
sys.exit(0)