From 65665b052b4bc28ba5c76b92b1ac15a73bc77ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 11 Jun 2015 03:22:50 +0200 Subject: [PATCH] [wayland] Let's try to activate a ShellClient after it's created This might cause breakage on kwin_wayland, let's see how it works. --- workspace.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workspace.cpp b/workspace.cpp index 83deeb7389..e76c7d7774 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -391,6 +391,9 @@ void Workspace::init() x_stacking_dirty = true; updateStackingOrder(true); updateClientArea(); + if (c->wantsInput()) { + activateClient(c); + } } ); connect(w, &WaylandServer::shellClientRemoved, this,