From af6721da33f88e47655f3c8f4be40576edb62cd7 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Fri, 26 Sep 2014 21:06:57 +0200 Subject: [PATCH] the shell manager is braindamaged, so just lower the priority to 10 --- shell/contents/loader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/contents/loader.qml b/shell/contents/loader.qml index 01f51620..79546ccd 100644 --- a/shell/contents/loader.qml +++ b/shell/contents/loader.qml @@ -25,7 +25,7 @@ Item { property string shell : "org.kde.satellite.phone" property bool willing : true - property int priority : 0 + property int priority : 10 // This is not needed, but allows the // handler to know whether its shell is loaded