Hello KDE community!
I’m an enthusiastic user of Manjaro with KDE Plasma desktop environment. Recently, I’ve been exploring the possibilities of setting up fingerprint authentication on Manjaro KDE, and while I’ve made some progress, I encountered an issue with fingerprint authentication not working on the SDDM login screen or other areas.
The following steps were taken to set up fingerprint authentication:
- Installed the required packages:
sudo pacman -S fprintd libfprint
- Started and enabled the
fprintd
service:
sudo systemctl start fprintd.service
sudo systemctl enable fprintd.service
- Fixed an issue during enablement:
- Edited the
fprintd.service
file:
sudo systemctl edit --full --force fprintd.service
- Added the following lines under the
[Install]
section:
[Install]
WantedBy=multi-user.target
- Reloaded the systemd configuration:
sudo systemctl daemon-reload
- Verified the status of the
fprintd
service:
sudo systemctl status fprintd.service
- Enrolled my fingerprint:
fprintd-enroll
- Enabled the
fprintd
service:
sudo systemctl enable fprintd.service
- Edited the
/etc/sddm.conf
file:
sudo nano /etc/sddm.conf
- Added the following configuration under the
[General]
section:
[General]
EnablePAM=true
- Edited the
/etc/pam.d/sddm
file:
sudo nano /etc/pam.d/sddm
- Added the following line:
auth sufficient pam_fprintd.so
Although I successfully registered my fingerprint, after restarting the system, fingerprint authentication still doesn’t function on the SDDM login screen. I have to manually log in using another authentication method.
Therefore, I would like to kindly request the KDE community to consider the following feature:
Feature Request:
- Enable seamless fingerprint authentication on the SDDM login screen.
I understand that the Plasma desktop environment and its components, including SDDM, are developed by KDE. I’m grateful for the exceptional work and dedication of the KDE community, and I believe that enabling fingerprint authentication on the SDDM login screen would be a valuable addition to the desktop environment.
For more details and previous discussions, you can refer to my previous post on the Manjaro Forum: KDE Plasma Fingerprint Login.
Thank you all for your time and dedication to the development of KDE Plasma. I’m looking forward to your support and assistance in resolving this fingerprint authentication issue.