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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user