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 649003 - gnome-tweak-tool can not be started
gnome-tweak-tool can not be started
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
3.0.x
Other Linux
: Normal critical
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-04-30 08:50 UTC by Andreas Mielke
Modified: 2011-05-03 06:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas Mielke 2011-04-30 08:50:00 UTC
The problem git it since version 3.0.1

The Error Messages:
gnome-tweak-tool 
INFO    : Caching gsettings: <gtweak.gsettings._GSettingsSchema: org.gnome.desktop.background>
INFO    : Caching gsettings: <gtweak.gsettings._GSettingsSchema: org.gnome.shell.clock>
INFO    : Caching gsettings: <gtweak.gsettings._GSettingsSchema: org.gnome.shell.calendar>
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /desktop/gnome/shell/windows/button_layout> (--short-docs)
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /desktop/gnome/shell/windows/button_layout> (--long-docs)
INFO    : Caching gsettings: <gtweak.gsettings._GSettingsSchema: org.gnome.settings-daemon.plugins.power>
INFO    : Caching gsettings: <gtweak.gsettings._GSettingsSchema: org.gnome.desktop.interface>
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /apps/metacity/general/titlebar_font> (--short-docs)
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /apps/metacity/general/titlebar_font> (--long-docs)
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /apps/metacity/general/titlebar_font> (--short-docs)
INFO    : Caching gsettings: <gtweak.gsettings._GSettingsSchema: org.gnome.settings-daemon.plugins.xsettings>
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /desktop/gnome/shell/windows/theme> (--short-docs)
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /desktop/gnome/shell/windows/theme> (--long-docs)
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /apps/metacity/general/action_double_click_titlebar> (--short-docs)
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /apps/metacity/general/action_double_click_titlebar> (--long-docs)
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /apps/metacity/general/action_middle_click_titlebar> (--short-docs)
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /apps/metacity/general/action_middle_click_titlebar> (--long-docs)
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /apps/metacity/general/action_right_click_titlebar> (--short-docs)
INFO    : Caching gconf: <gtweak.gconf.GConfSetting: /apps/metacity/general/action_right_click_titlebar> (--long-docs)
Traceback (most recent call last):
  • File "/usr/bin/gnome-tweak-tool", line 84 in <module>
    MainWindow()
  • File "/usr/bin/gnome-tweak-tool", line 47 in __init__
    model)
  • File "/usr/lib64/python2.7/site-packages/gtweak/tweakview.py", line 38 in __init__
    self._model.load_tweaks()
  • File "/usr/lib64/python2.7/site-packages/gtweak/tweakmodel.py", line 97 in load_tweaks
    mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
  • File "/usr/lib64/python2.7/site-packages/gtweak/tweaks/tweak_interface.py", line 85 in <module>
    CursorThemeSwitcher(size_group=sg)),
  • File "/usr/lib64/python2.7/site-packages/gtweak/tweaks/tweak_interface.py", line 66 in __init__
    **options)
  • File "/usr/lib64/python2.7/site-packages/gtweak/widgets.py", line 140 in __init__
    assert len(key_options) > 0 AssertionError

Comment 1 Nirbheek Chauhan 2011-05-03 05:58:19 UTC
This occurs when gnome-tweak-tool is unable to find any cursors inside /usr/share/icons/cursors or ~/.icons/cursors. This is because (at least on Gentoo) all cursors are installed inside /usr/share/cursors/xorg-x11/.

$ ls -l /usr/share/cursors/xorg-x11/
total 0
drwxr-xr-x 1 root root 14 Mar 19 19:16 Adwaita
lrwxrwxrwx 1 root root  7 Apr 29 22:56 default -> Adwaita
Comment 2 John Stowers 2011-05-03 06:20:59 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.