[Xfce-bugs] [Bug 2967] startxfce4 losts XDG_DATA_DIRS variable
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Tue Mar 20 20:09:27 CET 2007
DO NOT REPLY TO THIS EMAIL. Also, do not reply via email to the person
whose email is mentioned below. To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=2967
------- Comment #11 from drac at gentoo.org 2007-03-20 19:09 UTC -------
(In reply to comment #10)
> (In reply to comment #9)
>
> > But XDG_DATA_DIR check startxfce4 uses /usr/local only in one count now, it
> > should include it in both counts.
>
> Sorry, I don't know what you're trying to say here.
>
Is now,
if test "x$XDG_DATA_DIRS" = "x"
then
XDG_DATA_DIRS="/usr/share:/usr/local/share:/usr/share"
else
XDG_DATA_DIRS="$XDG_DATA_DIRS:/usr/share"
fi
export XDG_DATA_DIRS
Should be,
if test "x$XDG_DATA_DIRS" = "x"
then
XDG_DATA_DIRS="/usr/local/share:/usr/share:@datadir@"
else
XDG_DATA_DIRS="$XDG_DATA_DIRS:/usr/local/share:/usr/share:@datadir@"
fi
export XDG_DATA_DIRS
Include allways /usr/local and before /usr, in same order $PATH acts.
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Xfce-bugs
mailing list