Don't append /etc/xdg in xdg path, already done by Xsession.d
This commit is contained in:
parent
b51fd1e216
commit
6b7917fb6a
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user