GNOME Bugzilla – Bug 575906
Appearance does not search $XDG_DATA_HOME for icons
Last modified: 2009-10-13 17:33:16 UTC
Please describe the problem: I have all my user-installed icon themes under $XDG_DATA_HOME/icons ($XDG_DATA_HOME/icons is different from $HOME/.icons). According to the Freedesktop Icon Theme Specification, "apps should look in $HOME/.icons ..., in $XDG_DATA_DIRS/icons and in /usr/share/pixmaps"[1]. Though GTK correctly finds my installed icons (my applications still use them), the Appearance program does not. It claims that "This theme will not look as intended because the required icon theme 'Somatic-0.2' is not installed.". Output of `env | grep XDG_DATA_HOME`: XDG_DATA_HOME=/home/michael/Library/Data/ Partial output of `ls $XDG_DATA_HOME/icons`: ... Nou Somatic-0.2 Stripy ... [1]: http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
2009-03-19 Jens Granseuer <...> * gnome-theme-info.c: (gnome_theme_init): search the GTK+ icon theme search path for icon themes, not just selected directories (fixes bug #575906)
Thanks =)