https://bugs.kde.org/show_bug.cgi?id=338796
--- Comment #15 from Jakob Petsovits <jpe...@petsovits.com> --- Works for me on Plasma 5.27 but confirmed broken on 6.0 RC1. A quick log addition shows that in kscreenlocker's greeterapp.cpp, the "else" condition for recognizing the Qt::Key_Escape event [1] is entered as expected, but the KScreen::Dpms::supportedChanged signal did not get emitted. Resolving the bug will mean figuring out why that's not happening. Also, are we creating a new KScreen::Dpms every time the Escape key is hit? That seems just a tiny bit wasteful. -- You are receiving this mail because: You are watching all bug changes.