GNOME Bugzilla – Bug 727710
AttributeError: 'gi._gobject.GProps' object has no attribute 'gtk_decoration_layout'
Last modified: 2014-11-14 18:27:33 UTC
Trying to run gnome-tweak-tool 3.12 results in: $ gnome-tweak-tool -d DEBUG : Caching gsettings: <gtweak.gsettings._GSettingsSchema: org.gnome.shell> DEBUG : Shell version: [3, 10, 4] Traceback (most recent call last):
+ Trace 233441
self.win = Window(self, model)
titlebar = self.titlebar()
layout_desc = Gtk.Settings.get_default().props.gtk_decoration_layout;
This symbol seems to exist since gtk+-3.12 only https://developer.gnome.org/gtk3/unstable/GtkSettings.html#GtkSettings--gtk-decoration-layout. Please fix configure.ac.
Created attachment 286838 [details] [review] Version bump It makes sense to bump the GTK+ release version to 3.12
Review of attachment 286838 [details] [review]: ok