| Summary: | Can't lock screen manually | ||
|---|---|---|---|
| Product: | [Unmaintained] kscreensaver | Reporter: | Benni Hill <benni> |
| Component: | locker-qml | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | alarmfifa, bugs, kirill.bogdanenko, oliver.henshaw |
| Priority: | NOR | ||
| Version First Reported In: | 4.9.98 RC3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kde-workspace/d06e15a7b03a2391b5bc38e458e118ab673b8c61 | Version Fixed/Implemented In: | 4.10.1 |
| Sentry Crash Report: | |||
|
Description
Benni Hill
2013-01-27 19:52:59 UTC
Git commit d06e15a7b03a2391b5bc38e458e118ab673b8c61 by Oliver Henshaw. Committed on 14/01/2013 at 13:51. Pushed by oliverhenshaw into branch 'KDE/4.10'. Stop grace period on unlock It was safe to leak the grace timer when it was in the lock process, since it was killed on unlock. Now it is not. A password should always be required if the screenlocker is explicitly triggered; but a screenlocker invoked while the grace timer from a previous invocation is still active can be dismissed without a password, at least for a short while. This also meant that the screenlocker keyboard shortcut would not work until the grace timer expired. REVIEW: 108425 FIXED-IN: 4.10.1 M +2 -0 ksmserver/screenlocker/ksldapp.cpp http://commits.kde.org/kde-workspace/d06e15a7b03a2391b5bc38e458e118ab673b8c61 |