Comment 3 for bug 1887442

Revision history for this message
Hadmut Danisch (hadmut) wrote :

It seems to come from

/etc/X11/Xsession.d/60x11-common_xdg_path

which sets

DEFAULT_XDG_DATA_DIRS='/usr/local/share/:/usr/share/'

...

if [ "$DESKTOP_SESSION" != "gnome" ]; then
     if [ -z "$XDG_DATA_DIRS" ]; then
       XDG_DATA_DIRS="$DEFAULT_XDG_DATA_DIRS"
     fi
     if [ -n "${XDG_DATA_DIRS##*/usr/share/$DESKTOP_SESSION*}" ]; then
       XDG_DATA_DIRS=/usr/share/"$DESKTOP_SESSION":"$XDG_DATA_DIRS"
      fi
     export XDG_DATA_DIRS
  fi

where $DESKTOP_SESSION has the value Lubuntu