When I minimize all windows they move out to the sides of the screen and a a centimeter or so of window remains visible. The windows are still shown when I lock the screen. Reproducible: Always Steps to Reproduce: 1. Minimize all windows 2. Lock screen 3. Actual Results: The windows in the corner of the screen are still shown even though the screen is locked Expected Results: The windows are hidden behind the lock screen
This would be bug #347466 and suggest the isScreenLocked() test fails. => How exactly is the screen locked?
Either through the desktop toolbox, or using global shortcut
Not reproducible here (also debugged out, isScreenLocked() is true, the elevation list thus blanked and in return the windows don't show upon the locker) Maybe due to failing dbus communication (Qt 5.6?) or a broken locker (in ksmserver) Can you debug check the screenlocker state on your side or do you want a debug patch?
This should have been fixed by: commit 2c47bdab3ca34ba361f5a2f7aab41f7ea3a27a14 Author: Kai Uwe Broulik <kde@privat.broulik.de> Date: Thu Jun 16 11:26:16 2016 +0200 [Effects] QDBusAbstractInterface needs valid object path I noticed that the GetActive call fails with an "Object path cannot be empty" error when stealing that code for PowerDevil. Differential Revision: https://phabricator.kde.org/D1910