[plasmashell] [Bug 499637] Lockscreen sometimes prompts for password immediately after locking, and sometimes doesn't
Nate Graham
bugzilla_noreply at kde.org
Fri Jul 11 18:05:36 BST 2025
https://bugs.kde.org/show_bug.cgi?id=499637
Nate Graham <nate at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://invent.kde.org/plas
| |ma/plasma-desktop/-/commit/
| |c0d12c52198a660629dcd194f85
| |ad750196fdd68
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #30 from Nate Graham <nate at kde.org> ---
Git commit c0d12c52198a660629dcd194f85ad750196fdd68 by Nate Graham, on behalf
of Marc Payne.
Committed on 11/07/2025 at 17:01.
Pushed by ngraham into branch 'master'.
lockscreen: prevent immediate prompting for the password
As of Qt 6.8.2, the fix for QTBUG-127122 causes a positionChanged event
to be emitted when handling QEvent::HoverEnter.
The lockscreen creates a full screen MouseArea on every connected
screen, one of which will cover the current position of the mouse
pointer. This causes QEvent::HoverEnter and then the positionChanged
event to be raised immediately. The mouse position did not change.
Ignore the spurious (first) positionChanged event, show the password UI
as usual in response to further events.
M +5 -1 desktoppackage/contents/lockscreen/LockScreenUi.qml
https://invent.kde.org/plasma/plasma-desktop/-/commit/c0d12c52198a660629dcd194f85ad750196fdd68
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Visual-design
mailing list