GNOME Bugzilla – Bug 655086
Preferences window wpn't show up with my ubuntu 10.04
Last modified: 2011-08-22 15:25:46 UTC
Problem is with the gtk+ version, when I try to open the prefs dialog I get this : glib.GError: /home/mathieu/hack/pitivi/pitivi/data/ui/preferences.ui: required gtk+ version 2.24, current version is 2.20 And gtk 2.24 is not available for me. I switched to 2.16 in the builder, but the problem is that glade lets you add a liststore only with 2.24. This should be done back again in the code to solve this problem.
Given that we will eventually be switching to GTK3, it doesn't make much sense to support old distros if we want to keep things sane/maintainable...