gnome-shell/gnome-shell-session
Vincent Untz b258ffc98c Accepting request 21965 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gnome-shell via accept of submit request 21965 revision 13.
Request was accepted with message:
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/21965
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=15
2009-10-07 11:27:48 +00:00

13 lines
292 B
Bash

#!/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/gnome $*