Skip to content

Reset lock complete variable after lock

David Edmundson requested to merge work/d_ed/screenlock_fix_part2 into master

adfae584 changed the greeter to notify out of band that the lock has been successfully lifted.

s_lockProcessRequestedExit represents the state between unlock occurring and the greeter exiting. This was not reset when we next showed the lockscreen.

A symptom amongst others is that the grace locker would be broken if used after a successful lock.

BUG: 476567


Note the change is in ksldapp meaning to test requires restarting kwin_wayland / ksmserver (x11).

Merge request reports