After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 727710 - AttributeError: 'gi._gobject.GProps' object has no attribute 'gtk_decoration_layout'
AttributeError: 'gi._gobject.GProps' object has no attribute 'gtk_decoration_...
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
3.12.x
Other All
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-04-06 17:39 UTC by Gilles Dartiguelongue
Modified: 2014-11-14 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Version bump (876 bytes, patch)
2014-09-22 19:42 UTC, Gian Mario Tagliaretti
committed Details | Review

Description Gilles Dartiguelongue 2014-04-06 17:39:21 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):
  • File "/usr/lib64/python2.7/site-packages/gtweak/app.py", line 39 in do_activate
    self.win = Window(self, model)
  • File "/usr/lib64/python2.7/site-packages/gtweak/tweakview.py", line 45 in __init__
    titlebar = self.titlebar()
  • File "/usr/lib64/python2.7/site-packages/gtweak/tweakview.py", line 74 in titlebar
    layout_desc = Gtk.Settings.get_default().props.gtk_decoration_layout;
AttributeError: 'gi._gobject.GProps' object has no attribute '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.
Comment 1 Gian Mario Tagliaretti 2014-09-22 19:42:23 UTC
Created attachment 286838 [details] [review]
Version bump

It makes sense to bump the GTK+ release version to 3.12
Comment 2 Rui Matos 2014-11-14 18:25:46 UTC
Review of attachment 286838 [details] [review]:

ok