Summary: | Minimize windows effect keeps windows shown ontop of lock screen | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Kai Uwe Broulik <kde> |
Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kai Uwe Broulik
2016-03-07 17:22:18 UTC
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 |