Don't traceback on Ctrl+C
This commit is contained in:
+4
-1
@@ -295,4 +295,7 @@ def main():
|
||||
|
||||
activityContainer = ActivityContainer(service, session_bus)
|
||||
|
||||
gtk.main()
|
||||
try:
|
||||
gtk.main()
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user