File 0004-Disable-focus-on-spawn-for-dialogs-opened-by-mouse.patch of Package plasma5-desktop.openSUSE_13.2_Update

From 0604f6c63cdbdc74f1dd8e283fc85172f8cbd3c8 Mon Sep 17 00:00:00 2001
From: Eike Hein <hein@kde.org>
Date: Sat, 4 Apr 2015 19:18:19 +0200
Subject: [PATCH 4/4] Disable focus-on-spawn for dialogs opened by mouse.

---
 applets/kicker/package/contents/ui/ItemListView.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applets/kicker/package/contents/ui/ItemListView.qml b/applets/kicker/package/contents/ui/ItemListView.qml
index 894d1d015f54a4196ad27bfd1522eb9395ce81df..02c8b89f915f7d8e7ad27725187db62e39dacb28 100644
--- a/applets/kicker/package/contents/ui/ItemListView.qml
+++ b/applets/kicker/package/contents/ui/ItemListView.qml
@@ -175,7 +175,7 @@ FocusScope {
                         }
 
                         if (showChildDialogs) {
-                            dialogSpawnTimer.focusOnSpawn = true;
+                            dialogSpawnTimer.focusOnSpawn = false;
                             dialogSpawnTimer.restart();
                         }
                     } else if (childDialog != null) {
-- 
2.3.4

openSUSE Build Service is sponsored by