Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > e4eefdcb6b6356cc62de6c8445940f95 > files > 7

gnome-shell-3.14.3-7.mga5.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 $*