GNOME Bugzilla – Bug 666902
GLib-GObject-CRITICAL: Object class GtkCellEditableEventBox doesn't implement property 'editing-canceled' from interface 'GtkCellEditable'
Last modified: 2012-01-20 10:58:01 UTC
Created attachment 204261 [details] gdb stacktrace I´am on openSUSE12.1 64bit with GIMP2.7.5 git 1324799282 I´ve hit: (gimp:6746): GLib-GObject-CRITICAL **: Object class GtkCellEditableEventBox doesn't implement property 'editing-canceled' from interface 'GtkCellEditable' ^C/usr/lib64/gimp/2.0/plug-ins/script-fu terminated: Interrupt with choosing from menue: Edit-> Keyboard Shortcuts -> Dialogs -> Gradients Just click on gradients and you will see on gdb. I´ve gathered a stacktace, but it seems not to show something special. No misbehaviour of GIMP is observable so far.
When do you create these stack traces? To me it looks like GIMP is sitting there doing nothing, and you hit ctrl-c in the terminal and say "bt". You need to make gimp abort with the warning by passing --g-fatal-warnings
o.K I have tried with --g-fatal-warings. -> yes, my bad; I did it in the past like you said, which is not working. I will do it further with --g-fatal-warings. The problem is on reproducing that my whole system(desktop freez-tried two times)), so I could not provide a usefull stacktrace here.
This is actually a GTK+ bug, I will take care of merging the fix to the gtk-2-24 branch. *** This bug has been marked as a duplicate of bug 639455 ***