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 622202 - dia: should terminate on SIGINT (^C)
dia: should terminate on SIGINT (^C)
Status: RESOLVED WONTFIX
Product: dia
Classification: Other
Component: general
0.97.x
Other Linux
: Normal normal
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-20 14:43 UTC by Roland Stigge
Modified: 2011-06-10 09:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Roland Stigge 2010-06-20 14:43:07 UTC
Hi,

at Debian, the following was reported:

========================================================
Dia should behave like a good UNIX citizen and terminate, if I
press ^C in the shell. dia ignores my kill -INT or ^C. Most GUI
application respect ^C. (Maybe it's the Python integration?)
========================================================

I can confirm the issue on dia 0.97.1.

See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492401

Thanks for considering!

bye,
  Roland
Comment 1 Hans Breuer 2010-07-04 11:50:31 UTC
Yes, it is the Python integration, i.e. the workaround to have ctrl^C working is not loading the PyDia plug-in. A fix would have to change the Python intialization, I haven't found anything obvious with some quick googleing. Patches accepted.
Comment 2 Hans Breuer 2011-06-10 09:59:06 UTC
Without a clean patch there will be no change.