! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
/usr/share appended to $XDG_DATA_DIRS twice
Status:
RESOLVED: FIXED
Product:
Xfce-utils
Component:
General

Comments

Description Michael Fiano 2009-03-26 00:33:45 CET
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.

Bug #5151

Reported by:
Michael Fiano
Reported on: 2009-03-26
Last modified on: 2010-07-26

People

Assignee:
Xfce Bug Triage
CC List:
1 user

Version

Attachments

Additional information