GNOME Bugzilla – Bug 681860
Make Ctrl+C work
Last modified: 2012-08-17 09:49:50 UTC
Ctrl+C on the command-line doesn't quit the application.
Seems to be related to this bug : https://bugzilla.gnome.org/show_bug.cgi?id=622084
Created attachment 221565 [details] [review] Make Ctrl+C work The work around is to bind SIGINT to SIG_DFL
Maybe add a comment above your change like #FIXME: Workaroud or hack so we know we should remove this when the root bug is fixed.
(In reply to comment #3) > Maybe add a comment above your change like #FIXME: Workaroud or hack > so we know we should remove this when the root bug is fixed. Done and pushed :D thanks for the link buddy