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