From d9c6437670c37f5fecdb5c40eb4426b96390984e Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Thu, 21 Feb 2019 20:46:23 +0530 Subject: [PATCH] Start kded5 before starting plasmashell Otherwise kscreen backend won't be initialized and scaling might not be applied. --- bin/plasma-phone.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/plasma-phone.cmake b/bin/plasma-phone.cmake index 1ba511c1..df7bf266 100644 --- a/bin/plasma-phone.cmake +++ b/bin/plasma-phone.cmake @@ -38,6 +38,9 @@ dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/D # 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 +#start kded5 +@CMAKE_INSTALL_FULL_BINDIR@/kded5 & + # start polkit authentication agent @CMAKE_INSTALL_FULL_LIBEXECDIR@/polkit-kde-authentication-agent-1 &