mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Start signond ourself
This should be fixed but currently due to some async code, signod autostart stuff doesn't make signon-ui happy.
This commit is contained in:
parent
cadbf60056
commit
bd07bf8ff3
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,11 @@ export QT_QUICK_CONTROLS_MOBILE=true
|
|||
|
||||
# upstart user session has useful bits like mtp-server
|
||||
init --user &
|
||||
|
||||
# HACK: FIXME: This should autostart when required but appearantly there is some async magic which prevents it gettings started.
|
||||
# start signond service
|
||||
dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.StartServiceByName string:com.google.code.AccountsSSO.SingleSignOn uint32:0
|
||||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue