https://bugs.kde.org/show_bug.cgi?id=525349
--- Comment #14 from Tobias Fella <[email protected]> --- Git commit adc7b433d82b43bee02c316575cccfd859677dcc by Tobias Fella. Committed on 16/09/2026 at 10:56. Pushed by tfella into branch 'master'. 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. M +6 -2 src/input.cpp https://invent.kde.org/plasma/kwin/-/commit/adc7b433d82b43bee02c316575cccfd859677dcc -- You are receiving this mail because: You are watching all bug changes.
