GNOME Bugzilla – Bug 697344
Ctrl+C doesn't close gnome-tweak-tool
Last modified: 2017-06-11 21:17:51 UTC
- Start gnome-tweak-tool from a terminal - In this terminal hits Ctrl+C - Nothing happens - Try closing gnome-tweak-tool's window. We get this error but the window isn't closed Traceback (most recent call last):
+ Trace 231737
def wrapper(*args, **kwargs): KeyboardInterrupt
Easiest fix would be to reset the default signal handler, like in https://git.gnome.org/browse/gnome-sudoku/commit/?id=f5a382d480e33ed98e81b0f2888b7c2d4505360d (the deletion there is a typo)
Created attachment 264212 [details] [review] Ctrl-C signal
Does this still exist with recent pygobject?
yes, I tested it using the last version. also in this bug report was discussed the issue. https://bugzilla.gnome.org/show_bug.cgi?id=622084
Review of attachment 264212 [details] [review]: Thank you! Sorry about the delay.
Imports should probably be alphabetized!
Alex, I wasn't sure if you were still active in GNOME and this patch is really useful for development so I went ahead and pushed it. Thank you!