From dea32eb18e9c7f4797b0fa7149c8f4cf660a8d93 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 12 Sep 2017 11:51:36 +0200 Subject: [PATCH] make sure the plasma interface is created before going further it's possible for desktop windows to be created too soon otherwise, those desktop won't be correctly plasma desktop windows --- shell/shellcorona.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/shellcorona.cpp b/shell/shellcorona.cpp index e847a7e57..485b0f89a 100644 --- a/shell/shellcorona.cpp +++ b/shell/shellcorona.cpp @@ -2019,6 +2019,7 @@ void ShellCorona::setupWaylandIntegration() } ); registry->setup(); + connection->roundtrip(); } KWayland::Client::PlasmaShell *ShellCorona::waylandPlasmaShellInterface() const