From f38791c7f79ddce0547e853071f07994018ea031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 15 Jul 2015 13:02:44 +0200 Subject: [PATCH] Call ksyncdbusenv during plasma-phone startup By calling ksyncdbusenv during startup we get all the required env variables into the dbus server for starting dbus actived applications. Without calling it our dbus activated applications are missing for example KDE_SESSION_VERSION. Reviewed-By: Marco Martin --- bin/plasma-phone.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/plasma-phone.cmake b/bin/plasma-phone.cmake index efb4955c..ed667e31 100644 --- a/bin/plasma-phone.cmake +++ b/bin/plasma-phone.cmake @@ -31,6 +31,8 @@ export QT_QUICK_CONTROLS_STYLE=Plasma export GRID_UNIT_PX=25 export FORCE_RIL_NUM_MODEMS=1 +@CMAKE_INSTALL_FULL_LIBEXECDIR@/ksyncdbusenv + # upstart user session has useful bits like mtp-server init --user & # start mission control