Summary: | "Unlock" button on lockscreen after entering correct password | ||
---|---|---|---|
Product: | [Plasma] kscreenlocker | Reporter: | 80p3fy75dc |
Component: | greeter | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bhush94, bugseforuns, cristobal.veas, fabian, kodatarule, nate, ville.aakko |
Priority: | VHI | Keywords: | regression |
Version: | 5.25.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=485520 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/bfb47cb202784733618e53e1088e8676c2815456 | Version Fixed In: | 5.23.3.1 |
Sentry Crash Report: |
Description
80p3fy75dc
2022-07-12 16:26:22 UTC
Can reproduce on my Arch too. Does this happen with a multi-monitor setup, or are you using a single-monitor setup? Oh, actually this is Bug 455712. *** This bug has been marked as a duplicate of bug 455712 *** (In reply to Nate Graham from comment #2) > Does this happen with a multi-monitor setup, or are you using a > single-monitor setup? Single monitor, sorry, forgot to mention it. *** This bug has been marked as a duplicate of bug 455712 *** Not a duplicate, this is specific to a bad cherry-pick in 5.25.3. Fixed with https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1912. Git commit bfb47cb202784733618e53e1088e8676c2815456 by Fabian Vogt. Committed on 12/07/2022 at 18:11. Pushed by fvogt into branch 'Plasma/5.25'. Fix non-functional lockscreen due to bad cherry-pick The cherry-pick of 923ce7e5887d ("Fix password field in lock screen not clearing after failed login attempt") introduced two assignments to properties which don't exist in 5.25 yet. This causes execution of those blocks to abort early, resulting in a bad state, like hadPrompt never getting set to true. M +0 -2 lookandfeel/contents/lockscreen/LockScreenUi.qml https://invent.kde.org/plasma/plasma-workspace/commit/bfb47cb202784733618e53e1088e8676c2815456 (In reply to Fabian Vogt from comment #6) > Not a duplicate, this is specific to a bad cherry-pick in 5.25.3. Fixed with > https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1912. Can confirmed it's fixed here on Arch Linux after updating to plasma-workspace 5.25.3.1-1. Thanks! *** Bug 456656 has been marked as a duplicate of this bug. *** This bug has re-appeared in kscreenlocker-6.0.2-3. Should another bug report be opened referencing this or this one reopened? New one, please. When this happens, it's common for the underlying cause to be different and require investigation and a different fix. Feel free to mark the new bug report you're about to open as related to this one using the "See Also" field, though. |