You are not logged in.
Todays update apparently adds config to edit the window borders as well as checking for 2 folders for themes / icons: ~/.themes and ~/.icons.
These folders were not available by default on my gnome 3 installation, shouldn't these directories be provided by metacity?
[stefan@pcsteef ~]$ gnome-tweak-tool
Traceback (most recent call last):
File "/usr/bin/gnome-tweak-tool", line 81, in <module>
MainWindow()
File "/usr/bin/gnome-tweak-tool", line 46, in __init__
model)
File "/usr/lib/python2.7/site-packages/gtweak/tweakview.py", line 38, in __init__
self._model.load_tweaks()
File "/usr/lib/python2.7/site-packages/gtweak/tweakmodel.py", line 97, in load_tweaks
mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
File "/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_windows.py", line 72, in <module>
WindowThemeSwitcher(size_group=sg),
File "/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_windows.py", line 43, in __init__
[(t, t) for t in self._get_valid_themes()],
File "/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_windows.py", line 53, in _get_valid_themes
for t in os.listdir(thdir):
OSError: [Errno 2] No such file or directory: '/home/stefan/.themes'
the related commit:
http://git.gnome.org/browse/gnome-tweak … e8b78b367e
*edit*
related bugreport is already open:
https://bugzilla.gnome.org/show_bug.cgi?id=648735
Last edited by stefanwilkens (2011-04-27 08:04:55)
Arch i686 on Phenom X4 | GTX760
Offline
Probably should, but those two directories weren't there on my clean install. I just created .themes and .icons and restarted the application, and it worked. (Saw the bug report)
...and the fix has already been released per bugzilla.
Last edited by caseyjp1 (2011-04-27 11:08:39)
Offline