Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > b834283477a73e53b5a78619cf9eed18 > files > 4

gnome-shell-3.6.3.1-3.mga3.src.rpm

#!/bin/bash
#
# Script to start a GNOME session in a GNOME 3 preview mode.
#

if test -n "$XDG_CONFIG_DIRS"; then
	export XDG_CONFIG_DIRS=/usr/share/gnome-shell/xdg-override:$XDG_CONFIG_DIRS
else
	export XDG_CONFIG_DIRS=/usr/share/gnome-shell/xdg-override:/etc/xdg
fi

exec /usr/bin/startgnome $*