* usr/bin

- Sync XDG_DATA_DIRS with lxde-common
This commit is contained in:
Julien Lavergne 2010-12-05 18:57:55 +01:00
parent 4ee763a951
commit 24bdb24a89
3 changed files with 11 additions and 4 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
lubuntu-default-settings (0.16) UNRELEASED; urgency=low
* usr/bin
- Sync XDG_DATA_DIRS with lxde-common
-- Julien Lavergne <gilir@ubuntu.com> Sun, 05 Dec 2010 18:56:49 +0100
lubuntu-default-settings (0.15) natty; urgency=low
* usr/bin/startlubuntu*

View File

@ -21,9 +21,9 @@ export XDG_CONFIG_DIRS
if test "x$XDG_DATA_DIRS" = "x"
then
XDG_DATA_DIRS="/etc/xdg/lubuntu:/usr/local/share:/usr/share:/usr/share"
XDG_DATA_DIRS="/etc/xdg/lubuntu:/usr/local/share:/usr/share:/usr/share/gdm:/var/lib/menu-xdg"
else
XDG_DATA_DIRS="/etc/xdg/lubuntu:$XDG_DATA_DIRS:/usr/share"
XDG_DATA_DIRS="/etc/xdg/lubuntu:$XDG_DATA_DIRS:/usr/share:/usr/share/gdm:/var/lib/menu-xdg"
fi
export XDG_DATA_DIRS

View File

@ -21,9 +21,9 @@ export XDG_CONFIG_DIRS
if test "x$XDG_DATA_DIRS" = "x"
then
XDG_DATA_DIRS="/etc/xdg/lubuntu:/usr/local/share:/usr/share:/usr/share"
XDG_DATA_DIRS="/etc/xdg/lubuntu:/usr/local/share:/usr/share:/usr/share/gdm:/var/lib/menu-xdg"
else
XDG_DATA_DIRS="/etc/xdg/lubuntu:$XDG_DATA_DIRS:/usr/share"
XDG_DATA_DIRS="/etc/xdg/lubuntu:$XDG_DATA_DIRS:/usr/share:/usr/share/gdm:/var/lib/menu-xdg"
fi
export XDG_DATA_DIRS