mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-15 03:08:50 +01:00
remove gsnotify in run.py
This commit is contained in:
parent
02a90d52ce
commit
9e787469ea
@ -296,7 +296,7 @@ def event_process(event,main_screen):
|
|||||||
pygame.quit()
|
pygame.quit()
|
||||||
gobject_main_loop.quit()
|
gobject_main_loop.quit()
|
||||||
os.chdir( GetExePath())
|
os.chdir( GetExePath())
|
||||||
exec_app_cmd = "./gsnotify/gsnotify-arm& cd "+os.path.dirname(event.message)+";"
|
exec_app_cmd = "cd "+os.path.dirname(event.message)+";"
|
||||||
exec_app_cmd += event.message
|
exec_app_cmd += event.message
|
||||||
exec_app_cmd += "; sync & cd "+GetExePath()+"; exec python "+myscriptname
|
exec_app_cmd += "; sync & cd "+GetExePath()+"; exec python "+myscriptname
|
||||||
print(exec_app_cmd)
|
print(exec_app_cmd)
|
||||||
@ -540,7 +540,6 @@ if __name__ == '__main__':
|
|||||||
else:
|
else:
|
||||||
os.system("sudo iw wlan0 set power_save on")
|
os.system("sudo iw wlan0 set power_save on")
|
||||||
|
|
||||||
os.spawnlp(os.P_NOWAIT,"./gsnotify/gsnotify-arm", "./gsnotify/gsnotify-arm")
|
|
||||||
|
|
||||||
big_loop()
|
big_loop()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user