Summary: | Fails to unlock with fprint is pam_fprintd configured with timeout | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Oleg Solovyov <mcpain> |
Component: | Screen locking | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | jami.pcwpsx3u, kdedev, nate, zerg |
Priority: | NOR | ||
Version First Reported In: | 6.2.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=499893 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Probably duplicate of https://bugs.kde.org/show_bug.cgi?id=499893 (In reply to Oleg Solovyov from comment #0) > 2. Lock screen > 3. Wait until fprintd finishes with timeout (in my case it asks for password) > kscreenlocker UI hides at this moment > > 4. Show UI back > 5. Try to unlock with fingerprint At this point, do you see a prompt near the password input to log in with your fingerprint? If you do *not* see that, this is probably a duplicate of bug 499893 Otherwise, it's different. In this case, would you get system logs with journalctl, starting about a minute before you see the fingerprint login fail? Adjust the date and time accordingly, and use this command: journalctl --since "2020-07-10 15:10:00" Then save the output to a file and attach it to this report. Thanks! ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! ๐๐งน This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME. |
1. Configure fprintd in /etc/pam.d/kde-fingerprint: > auth [success=1 default=ignore] pam_fprintd.so max_tries=1 timeout=10 > auth substack system-auth-local > auth required pam_permit.so > account include system-auth-local > password include system-auth-local > session include system-auth-local 2. Lock screen 3. Wait until fprintd finishes with timeout (in my case it asks for password) kscreenlocker UI hides at this moment 4. Show UI back 5. Try to unlock with fingerprint Observed: does not unlock Expected: unlocks successfully