mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
Fixed bug where tray wouldn't load when it automatically opened the daemon
Fixed some typos
This commit is contained in:
2
misc.py
2
misc.py
@@ -24,7 +24,7 @@ def Run(cmd,include_std_error=False):
|
||||
|
||||
def PromptToStartDaemon():
|
||||
gksudo_args = ['gksudo', '--message', 'Wicd needs to access your computer\'s network cards.','--','./daemon.py']
|
||||
os.spawnvpe(os.P_WAIT, 'gksudo', gksudo_args, os.environ)
|
||||
os.spawnvpe(os.P_NOWAIT, 'gksudo', gksudo_args, os.environ)
|
||||
|
||||
def RunRegex(regex,string):
|
||||
m = regex.search( string )
|
||||
|
||||
Reference in New Issue
Block a user