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 592370 - tweak tool should use xdg dirs for themes
tweak tool should use xdg dirs for themes
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
unspecified
Other Linux
: Low enhancement
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks: 523057
 
 
Reported: 2009-08-19 18:52 UTC by William Jon McCann
Modified: 2012-08-05 22:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use XDG dirs for themes (1.62 KB, patch)
2012-08-05 21:12 UTC, Matthias Clasen
committed Details | Review

Description William Jon McCann 2009-08-19 18:52:22 UTC
.themes predates the XDG dirs spec.  We should probably use XDG dirs for newly added themes and handle .themes as a legacy.
Comment 1 Jens Granseuer 2009-08-21 11:59:29 UTC
Since themes are read by metacity, gtk+ first and foremost this isn't something the control center can change.
Comment 2 Bastien Nocera 2011-03-17 15:00:01 UTC
Mass move to gnome-tweak-tool, for theme handling bugs.
Comment 3 Matthias Clasen 2012-06-19 10:21:14 UTC
gtk and mutter have been fixed now
Comment 4 Matthias Clasen 2012-08-05 21:12:58 UTC
Created attachment 220400 [details] [review]
Use XDG dirs for themes

Make $XDG_DATA_HOME/themes the preferred location for user themes.
We still look in $HOME/.themes for compatibility.
Comment 5 John Stowers 2012-08-05 22:23:43 UTC
Attachment 220400 [details] pushed as db6e5fb - Use XDG dirs for themes