From 99e208e30fa747fc8ae9b2857cb63ce6c6cd58b3 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Wed, 1 Sep 2021 12:43:10 +0300 Subject: [PATCH] wayland: Always setup window management for xdg-shell clients kscreenlocker uses the layer-shell protocol, so the special lock screen case can be removed. --- src/xdgshellclient.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/xdgshellclient.cpp b/src/xdgshellclient.cpp index 2f5e8bac94..17b22bf710 100644 --- a/src/xdgshellclient.cpp +++ b/src/xdgshellclient.cpp @@ -1235,10 +1235,7 @@ void XdgToplevelClient::initialize() scheduleConfigure(); updateColorScheme(); - - if (!isLockScreen()) { - setupWindowManagementInterface(); - } + setupWindowManagementInterface(); m_isInitialized = true; }