[Xfce-bugs] [Bug 5151] New: /usr/share appended to $XDG_DATA_DIRS twice

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Thu Mar 26 01:33:46 CET 2009


http://bugzilla.xfce.org/show_bug.cgi?id=5151

           Summary: /usr/share appended to $XDG_DATA_DIRS twice
           Product: Xfce
           Version: 4.6.0
          Platform: PC (x86)
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: xfce-utils
        AssignedTo: xfce-bugs at xfce.org
        ReportedBy: axionix at gmail.com


This bug pertains to the following section of code within the startxfce4 script
of xfce-utils 4.6.0:

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

The problem is /usr/share is appended to the environment variable twice,
causing problems with some applications such as lxappearance.

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Xfce-bugs mailing list