Xfce 4.4 - Icon problem
Jasper Huijsmans
jasper at xfce.org
Wed May 3 21:26:56 CEST 2006
Xavier Otazu schreef:
>
> Hello:
>
> Same problem here. I also have gtk installed in a directory
> (/usr) different to xfce (/opt).
>
For gtk to find the icons, the XDG_DATA_DIRS variable must be updated.
if [ -z "$XDG_DATA_DIRS" ]; then
XDG_DATA_DIRS=/opt/xfce/share:/usr/local/share:/usr/share
else
XDG_DATA_DIRS=/opt/xfce/share:$XDG_DATA_DIRS
fi
export XDG_DATA_DIRS
Put that somewhere in .bash_profile, .bashrc, or some other config file,
depending on your system.
Jasper
More information about the Xfce
mailing list