SUMMARY I've recently set up fingerprint authentication with the KDE lock screen, but I still need to get to the password entry screen by moving the mouse before fingerprint authentication starts working. It'd be nice if I could just press on the fingerprint reader in order to unlock the screen. STEPS TO REPRODUCE 1. Set up fprintd and add 'auth sufficient pam_fprintd.so' to /etc/pam.d/kde 2. Lock the screen 3. Try to use the fingerprint reader without using the mouse OBSERVED RESULT Screen should unlock if fingerprint matches EXPECTED RESULT I have to disturb the screen somehow before I can unlock it. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux (rolling) KDE Plasma Version: 5.27.5 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.9 Graphics Platform: Wayland ADDITIONAL INFORMATION Here's my `/etc/pam.d/kde`: ``` #%PAM-1.0 auth sufficient pam_fprintd.so auth include system-login account include system-login password include system-login session include system-login ```
Yes, this periodically breaks, unfortunately.
It seems like unlimited timeouts / timeouts greater than 99 seconds are currently broken in pam_fprintd (https://gitlab.freedesktop.org/libfprint/fprintd/-/issues/147), so this might not be fixable at the moment.
*** Bug 488847 has been marked as a duplicate of this bug. ***
Hello, The fprintd issue mentioned by Ray still doesn't seem to be solved. I don;lt image there is any workaround on the plasma side?
*** Bug 498042 has been marked as a duplicate of this bug. ***