https://bugs.kde.org/show_bug.cgi?id=525349
--- Comment #19 from Vlad Zahorodnii <[email protected]> --- Git commit 68ea776f41659dbba34c966f1cac663e047f85e3 by Vlad Zahorodnii, on behalf of Tobias Fella. Committed on 16/09/2026 at 14:04. Pushed by vladz into branch 'Plasma/6.8'. Fix lockscreen not properly showing up when using the "Never require password" setting 1. The user presses Meta+L 2. The screen locks 3. The user releases the keys 4. This is considered user activity 5. Due to the user activity, the screen is unlocked (equivalent for the mouse and locking through kickoff) Fix by not considering key releases (and repeat) user activity for the lockscreen. This shouldn't break any expected behavior, since the user interactions we do care about will all contain a key press event before the release event anyway. (cherry picked from commit adc7b433d82b43bee02c316575cccfd859677dcc) M +6 -2 src/input.cpp https://invent.kde.org/plasma/kwin/-/commit/68ea776f41659dbba34c966f1cac663e047f85e3 -- You are receiving this mail because: You are watching all bug changes.
