Fix SIGHUP handler
这个提交包含在:
父节点
73598b0344
当前提交
6b03b6dd1b
@ -2063,7 +2063,7 @@ def handle_exception( exc_type, exc_value, exc_traceback ):
|
||||
msg_box.exec_()
|
||||
|
||||
def sighup_handler(signum, frame):
|
||||
os.execl("/usr/bin/qubes-manager")
|
||||
os.execl("/usr/bin/qubes-manager", "qubes-manager")
|
||||
|
||||
def main():
|
||||
# Avoid starting more than one instance of the app
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户