2007/4/18, Lars Hansson <[EMAIL PROTECTED]>:

Another thing I noticed just now; startxfce4 adds /usr/local/share twice
to XDG_DATA_DIRS:

[...]
if test x"$XDG_DATA_DIRS" = x""
then
   XDG_DATA_DIRS="/usr/share:/usr/local/share:/usr/local/share"
else
   XDG_DATA_DIRS="$XDG_DATA_DIRS:/usr/local/share"
fi
export XDG_DATA_DIRS
[...]

I dunno if this is an upstream bug or a port bug but it's wrong either
way.


In fact it's not really a bug.. upstream is :
http://svn.xfce.org/svn/xfce/xfce-utils/tags/xfce_4_4_1/scripts/startxfce4.in

=>  XDG_DATA_DIRS="/usr/local/share:/usr/share:@datadir@"

for us, @datadir@ is LOCALBASE/share.. don't really know if it's worth
having a patch for this. If necessary, i can patch the file.

Landry

Reply via email to