~xubuntu-dev/xubuntu-default-settings/trunk

« back to all changes in this revision

Viewing changes to usr/share/xubuntu/session.sh

  • Committer: Lionel Le Folgoc
  • Date: 2010-08-15 15:04:02 UTC
  • Revision ID: mrpouit@ubuntu.com-20100815150402-z5ysfxnecxg4s7r9
* Refreshed translations.
* debian/control: bumped Standard-Version to 3.9.1.
* Drop pre-lucid code:
  - debian/postinst: drop conffile moving
  - debian/preinst: dropped, unneeded.
* etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: hide aumix menu entry
  and move software center toward the bottom, thanks Jim Campbell.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# Copyright © 2010 Lionel Le Folgoc <mrpouit@ubuntu.com>
 
3
 
 
4
# Readd /usr/local/share, as startxfce4 adds it only if $XDG_DATA_DIRS is empty
 
5
if [ -z "$XDG_DATA_DIRS" ]; then
 
6
  XDG_DATA_DIRS="/usr/local/share"
 
7
fi
 
8
export XDG_DATA_DIRS="/etc/xdg/xdg-xubuntu:$XDG_DATA_DIRS"
 
9
 
 
10
exec startxfce4