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 706583 - Require GTK 3.9 for ListBox
Require GTK 3.9 for ListBox
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-08-22 13:41 UTC by Jeremy Bicha
Modified: 2013-08-22 17:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Require GTK 3.9 for ListBox (873 bytes, patch)
2013-08-22 13:42 UTC, Jeremy Bicha
none Details | Review
Require-GTK-3-9.patch (875 bytes, patch)
2013-08-22 13:44 UTC, Jeremy Bicha
committed Details | Review

Description Jeremy Bicha 2013-08-22 13:41:01 UTC
Because it won't run with GTK 3.8...

$ gnome-tweak-tool 
Traceback (most recent call last):
  • File "/usr/bin/gnome-tweak-tool", line 78 in <module>
    from gtweak.app import GnomeTweakTool
  • File "/usr/lib/python2.7/dist-packages/gtweak/app.py", line 25 in <module>
    from gtweak.tweakview import Window
  • File "/usr/lib/python2.7/dist-packages/gtweak/tweakview.py", line 26 in <module>
    from gtweak.widgets import Title
  • File "/usr/lib/python2.7/dist-packages/gtweak/widgets.py", line 200 in <module>
    class ListBoxTweakGroup(Gtk.ListBox, TweakGroup):
  • File "/usr/lib/python2.7/dist-packages/gi/module.py", line 313 in __getattr__
    return getattr(self._introspection_module, name)
  • File "/usr/lib/python2.7/dist-packages/gi/module.py", line 134 in __getattr__
    self.__name__, name))
AttributeError: 'gi.repository.Gtk' object has no attribute 'ListBox'

Comment 1 Jeremy Bicha 2013-08-22 13:42:49 UTC
Created attachment 252740 [details] [review]
Require GTK 3.9 for ListBox
Comment 2 Jeremy Bicha 2013-08-22 13:44:20 UTC
Created attachment 252743 [details] [review]
Require-GTK-3-9.patch