Skip to content
Snippets Groups Projects
Commit e3813ad1 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

helpers: Drop mock postfix

It's a stupid stub.
parent 4780b5c7
No related branches found
No related tags found
No related merge requests found
File moved
#!/bin/sh
set -e
ABS_BUILDDIR='@ABS_BUILDDIR@'
# Start up gsd, etc.
# gnome-session wants org.gnome.Mutter.DisplayConfig
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 &
helpers/mutter-dbus-stub.py &
fi
# Start up g-s-d, etc.
gnome-session --session=gnome-dummy --disable-acceleration-check &
export GSETTINGS_SCHEMA_DIR="${ABS_BUILDDIR}/data"
exec "${ABS_BUILDDIR}/src/phosh" $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment