Don't append /etc/xdg in xdg path, already done by Xsession.d

This commit is contained in:
Julien Lavergne 2011-12-30 00:08:47 +01:00
parent b51fd1e216
commit 6b7917fb6a
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -12,6 +12,7 @@ lubuntu-default-settings (0.23) UNRELEASED; urgency=low
* usr/bin/startlubuntu* & usr/share/lubuntu/xscreensaver/xscreensaver:
- Add a custom configuration file for xscreensaver, with blank mode by
default (LP: #578789).
- Don't append /etc/xdg in xdg path, already done by Xsession.d
-- Julien Lavergne <gilir@ubuntu.com> Tue, 15 Nov 2011 13:47:32 +0700

View File

@ -15,7 +15,7 @@ if test "x$XDG_CONFIG_DIRS" = "x"
then
XDG_CONFIG_DIRS="/etc/xdg/lubuntu:/etc/xdg"
else
XDG_CONFIG_DIRS="/etc/xdg/lubuntu/:$XDG_CONFIG_DIRS:/etc/xdg"
XDG_CONFIG_DIRS="/etc/xdg/lubuntu/:$XDG_CONFIG_DIRS"
fi
export XDG_CONFIG_DIRS

View File

@ -15,7 +15,7 @@ if test "x$XDG_CONFIG_DIRS" = "x"
then
XDG_CONFIG_DIRS="/etc/xdg/lubuntu:/etc/xdg"
else
XDG_CONFIG_DIRS="/etc/xdg/lubuntu/:$XDG_CONFIG_DIRS:/etc/xdg"
XDG_CONFIG_DIRS="/etc/xdg/lubuntu/:$XDG_CONFIG_DIRS"
fi
export XDG_CONFIG_DIRS