From bd07bf8ff34debc7884cbbf9db685688596f4be5 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Thu, 29 Sep 2016 14:52:03 +0530 Subject: [PATCH] Start signond ourself This should be fixed but currently due to some async code, signod autostart stuff doesn't make signon-ui happy. --- bin/plasma-phone.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/plasma-phone.cmake b/bin/plasma-phone.cmake index 58c7c1c1..9a8f9533 100644 --- a/bin/plasma-phone.cmake +++ b/bin/plasma-phone.cmake @@ -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