mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
[bin] dbus-send requires --print-reply in order for service activation to work
This commit is contained in:
parent
f24a110838
commit
d032185815
1 changed files with 2 additions and 1 deletions
|
|
@ -33,10 +33,11 @@ export FORCE_RIL_NUM_MODEMS=1
|
|||
|
||||
# upstart user session has useful bits like mtp-server
|
||||
init --user &
|
||||
# start mission control
|
||||
dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.StartServiceByName string:org.freedesktop.Telepathy.MissionControl5 uint32:0
|
||||
|
||||
sleep 5
|
||||
|
||||
paplay /usr/share/sounds/sitter/brmm.ogg &
|
||||
|
||||
exec /usr/bin/plasmashell -p org.kde.plasma.phone 2>/tmp/plasmashell_logs
|
||||
dbus-send --session --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.StartServiceByName string:org.freedesktop.Telepathy.MissionControl5 uint32:0
|
||||
|
|
|
|||
Loading…
Reference in a new issue