GNOME Bugzilla – Bug 681462
python3 attached testcase works with clutter-gtk 1.0, but not with 1.2
Last modified: 2012-08-08 23:58:21 UTC
Created attachment 220699 [details] a failing python script Hi, I found that the attached testcase works with clutter-gtk 1.0, but not on clutter-gtk 1.2 My system is running Gentoo with: Glib 2.32.4 GTK+ 3.2 Clutter 1.10.8 Clutter-Gtk 1.2.0 (its working with 1.0.4) I was able to capture a partial backtrace:
+ Trace 230640
I can rebuild glib and gtk with debugging enabled, if you need to see more symbols. Just drop me a line. Best regards, Fabian Henze
clutter-gtk 1.3.2 is also broken (similar backtrace)
Created attachment 220701 [details] [review] embed: Check for state_flags_changed vfunc In GTK+ 3.2, GtkWidgetClass.state_flags_changed did not have an implementation inside GtkWidget, which means that running clutter-gtk with an older GTK+ version will crash.
Attachment 220701 [details] pushed as 9ec5228 - embed: Check for state_flags_changed vfunc