GNOME Bugzilla – Bug 649003
gnome-tweak-tool can not be started
Last modified: 2011-05-03 06:20:59 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):
+ Trace 226951
MainWindow()
model)
self._model.load_tweaks()
mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
CursorThemeSwitcher(size_group=sg)),
**options)
assert len(key_options) > 0 AssertionError
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
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.