* usr/bin
- Sync XDG_DATA_DIRS with lxde-common
This commit is contained in:
parent
4ee763a951
commit
24bdb24a89
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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*
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user