You are not logged in.
Pages: 1
Hi everyone, I just installed fprintd for the fingerprint reader on a Lenovo Thinkpad 490 laptop.
sudo pacman -S fprintd libfprint
/etc/pam.d/system-local-login
-----
auth sufficient pam_fprintd.so
auth include system-login
...
fprintd-enroll
It works perfectly on tty, but not with Xfce4.
Does anyone know how to make lightdm work with fprint? I have read that it works in Xubuntu.
Thanks in advance.
Last edited by vda (2021-09-30 10:26:38)
I'm sorry for my english: I'm still learning...
Offline
As well explained in https://wiki.archlinux.org/title/fprint#Configuration - mea culpa, I had not read - it is possible to modify other files in a similar way.
So you just need to edit /etc/pam.d/lightdm
/etc/pam.d/lightdm
-----
auth sufficient pam_fprintd.so
auth include system-login
...
and it works out.
I'm sorry for my english: I'm still learning...
Offline
Pages: 1