[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:06:19 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 |https://invent.kde.org/plas
                   |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/
                   |c0d12c52198a660629dcd194f85 |fc4981c4ec73cd2d1f15dbacc13
                   |ad750196fdd68               |fc8dc4d047a18

--- Comment #31 from Nate Graham <nate at kde.org> ---
Git commit fc4981c4ec73cd2d1f15dbacc13fc8dc4d047a18 by Nate Graham.
Committed on 11/07/2025 at 17:06.
Pushed by ngraham into branch 'Plasma/6.4'.

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.


(cherry picked from commit c0d12c52198a660629dcd194f85ad750196fdd68)

Co-authored-by: Marc Payne <marc.payne at mdpsys.co.uk>

M  +5    -1    desktoppackage/contents/lockscreen/LockScreenUi.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/fc4981c4ec73cd2d1f15dbacc13fc8dc4d047a18

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Visual-design mailing list