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: [email protected]
        ReportedBy: [email protected]


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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce-bugs

Reply via email to