Xfce 4.4 - Icon problem
Xavier Otazu
xotazu at cvc.uab.es
Mon May 8 19:47:41 CEST 2006
Thanks. It worked. Before my first mail I tried this solution
(somebody posted it in this mail-list some days ago) directly on the
console shell, but it didn't worked for me (probably I made some
mistake).
May be it implies that when opening xfce, this variable should
be automatically updated. ... (a feature to be included before the
stable 4.4 release?...)
I guess it will only happen when gtk+ (and gtk-xfce-engine) is
installed in a prefix different to the xfce (as is my case).
cheers
Xavier
On Thu, 04 May 2006 02:03:44 +0000
xfce-request at xfce.org wrote:
> Date: Wed, 03 May 2006 21:26:56 +0200
> From: Jasper Huijsmans <jasper at xfce.org>
> Subject: Re: Xfce 4.4 - Icon problem
> To: XFCE general discussion list <xfce at xfce.org>
> Message-ID: <44590400.3040003 at xfce.org>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> 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