After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 681860 - Make Ctrl+C work
Make Ctrl+C work
Status: RESOLVED FIXED
Product: gnome-clocks
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Seif Lotfy
Clocks maintainer(s)
Depends on: 622084
Blocks:
 
 
Reported: 2012-08-14 16:21 UTC by Bastien Nocera
Modified: 2012-08-17 09:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make Ctrl+C work (828 bytes, patch)
2012-08-17 09:33 UTC, Seif Lotfy
none Details | Review

Description Bastien Nocera 2012-08-14 16:21:34 UTC
Ctrl+C on the command-line doesn't quit the application.
Comment 1 Maël Lavault 2012-08-15 13:53:59 UTC
Seems to be related to this bug : 

https://bugzilla.gnome.org/show_bug.cgi?id=622084
Comment 2 Seif Lotfy 2012-08-17 09:33:35 UTC
Created attachment 221565 [details] [review]
Make Ctrl+C work

The work around is to bind SIGINT to SIG_DFL
Comment 3 Maël Lavault 2012-08-17 09:37:17 UTC
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.
Comment 4 Seif Lotfy 2012-08-17 09:45:42 UTC
(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
Comment 5 Seif Lotfy 2012-08-17 09:49:39 UTC
(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