Home > database >  Can't setup fingerprint login on KDE Plasma 5.24
Can't setup fingerprint login on KDE Plasma 5.24

Time:02-11

I've upgraded to KDE Plasma 5.24 and don't see add fingerprint option on user setting tabs. I have HP laptop with built-in fingerprint reader. Using kubuntu 21.10

CodePudding user response:

you have to install fprintd

sudo apt-get install -y fprintd

CodePudding user response:

In addition to what the previous answer said, I had to install libpam-fprintd. According to apt show libpam-fprintd, it is pulled in by the ubuntu-desktop-minimal and ubuntu-desktop tasks, but apparently not kubuntu-desktop.

  • Related