Skip to content
Snippets Groups Projects
run.in 483 B
Newer Older
set -e

ABS_BUILDDIR='@ABS_BUILDDIR@'

Guido Gunther's avatar
Guido Gunther committed
# Start up gsd, etc.
if ! dbus-send --session --dest=org.freedesktop.DBus \
	     --type=method_call --print-reply /org/freedesktop/DBus \
	     org.freedesktop.DBus.ListNames \
   | grep -qs '[o]rg\.gnome.Mutter\.DisplayConfig'; then
   helpers/mutter-dbus-stub-mock.py &
fi
Guido Gunther's avatar
Guido Gunther committed
gnome-session --session=gnome-dummy --disable-acceleration-check &

export GSETTINGS_SCHEMA_DIR="${ABS_BUILDDIR}/data"

exec "${ABS_BUILDDIR}/src/phosh" $@