| Summary: | Fingerprint unlock rarely works after upgrade to Plasma 6.3.4 | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | mcarans <mcarans> |
| Component: | Screen locking | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | 6.3.4 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
mcarans
2025-06-04 21:06:28 UTC
Unfortunately, with the way we implemented fingprint auth, this is an fprint limitation. We open a fingerprint auth session immediately when the unlocking UI appears, so that you can immediately swipe your finger to unlock. The moment the session begins, fprint starts an internal timer of I believe 30 seconds, and if it doesn't get anything after that, it closes the session and you can't unlock with a fingerprint anymore. What I imagine changed is that now, the unlocking UI is shown immediately on the lock screen for you, which means fprint's timer starts immediately. In the past, probably you had to wiggle the pointer first to make it appear, which means the timer didn't start yet. This is non-deterministic due to Bug 499637. You're probably hitting the condition (which has not been found yet) that makes the UI always appear. *** This bug has been marked as a duplicate of bug 499637 *** |