mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 10:18:51 +01:00
re-enable unix socket
This commit is contained in:
parent
dcba607fc0
commit
93d9f22b10
@ -422,7 +422,7 @@ def socket_thread(main_screen):
|
|||||||
if callable( current_page_key_down_cb ):
|
if callable( current_page_key_down_cb ):
|
||||||
main_screen._CurrentPage.KeyDown(escevent)
|
main_screen._CurrentPage.KeyDown(escevent)
|
||||||
|
|
||||||
if tokens[0].lower() == "quit":
|
if tokens[0].lower() == "quit": #eg: echo "quit" | socat - UNIX-CONNECT:/tmp/gameshell
|
||||||
conn.close()
|
conn.close()
|
||||||
on_exit_cb = getattr(main_screen,"OnExitCb",None)
|
on_exit_cb = getattr(main_screen,"OnExitCb",None)
|
||||||
if on_exit_cb != None:
|
if on_exit_cb != None:
|
||||||
@ -488,7 +488,7 @@ def big_loop():
|
|||||||
gobject.timeout_add(3000,title_bar.GObjectRoundRobin)
|
gobject.timeout_add(3000,title_bar.GObjectRoundRobin)
|
||||||
|
|
||||||
|
|
||||||
# socket_thread(main_screen)
|
socket_thread(main_screen)
|
||||||
|
|
||||||
gobject_loop()
|
gobject_loop()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user