GNOME Bugzilla – Bug 703578
Closing gimp window with Import PDF open causes gimp to lose window but not exit
Last modified: 2013-07-04 18:59:18 UTC
Steps to reproduce: 1. Run gimp file.pdf 2. Click the gimp window close button 3. This gets printed to stdout and all the gimp windows disappear, but the process is still left running. Which is kind of a problem since you won't know that if you didn't open gimp from a console, and then you try to run gimp again and nothing happens. (gimp:22117): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GObject' (gimp:22117): Gimp-Core-CRITICAL **: gimp_message_valist: assertion `handler == NULL || G_IS_OBJECT (handler)' failed
Oh, forgot the original bug report: http://bugs.debian.org/714871
Created attachment 248403 [details] [review] proposed patch Ii seems to fix the issue, if there are no objections I'll push it tomorrow
Comment on attachment 248403 [details] [review] proposed patch Looks correct.
This is actually a duplicate, will use the patch here anyway. *** This bug has been marked as a duplicate of bug 629941 ***