------------------------------------------------------------ revno: 224 committer: Lionel Le Folgoc <[email protected]> branch nick: xubuntu-default-settings timestamp: Sat 2010-09-25 18:15:54 +0200 message: * Rename etc/xdg/xdg-xubuntu/applications to usr/share/xubuntu/applications: - usr/share/xubuntu/session.sh: update XDG_DATA_DIRS consequently. renamed: etc/xdg/xdg-xubuntu/applications/ => usr/share/xubuntu/applications/ modified: debian/changelog usr/share/xubuntu/session.sh
-- lp:xubuntu-default-settings https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings. To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/changelog' --- debian/changelog 2010-09-15 21:00:34 +0000 +++ debian/changelog 2010-09-25 16:15:54 +0000 @@ -1,3 +1,10 @@ +xubuntu-default-settings (11.04.0) UNRELEASED; urgency=low + + * Rename etc/xdg/xdg-xubuntu/applications to usr/share/xubuntu/applications: + - usr/share/xubuntu/session.sh: update XDG_DATA_DIRS consequently. + + -- Lionel Le Folgoc <[email protected]> Sat, 25 Sep 2010 18:14:43 +0200 + xubuntu-default-settings (10.10.4) maverick; urgency=low * usr/share/applications/xubuntu-help.desktop: refreshed translations. === renamed directory 'etc/xdg/xdg-xubuntu/applications' => 'usr/share/xubuntu/applications' === modified file 'usr/share/xubuntu/session.sh' --- usr/share/xubuntu/session.sh 2010-08-15 15:04:02 +0000 +++ usr/share/xubuntu/session.sh 2010-09-25 16:15:54 +0000 @@ -5,6 +5,6 @@ if [ -z "$XDG_DATA_DIRS" ]; then XDG_DATA_DIRS="/usr/local/share" fi -export XDG_DATA_DIRS="/etc/xdg/xdg-xubuntu:$XDG_DATA_DIRS" +export XDG_DATA_DIRS="/usr/share/xubuntu:$XDG_DATA_DIRS" exec startxfce4
_______________________________________________ Mailing list: https://launchpad.net/~xubuntu-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~xubuntu-dev More help : https://help.launchpad.net/ListHelp

