https://bugs.kde.org/show_bug.cgi?id=505987
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #7 from Nate Graham <[email protected]> --- Indeed, the problem is here: https://invent.kde.org/plasma/plasma-desktop/-/blob/master/desktoppackage/contents/lockscreen/MainBlock.qml#L131 That code takes into account only that an authentication type is supported on the system in theory, not that the hardware for it is present, or that the user has indicated they wish to use it. There's a bit of code in the Users KCM that can detect the presence of a fingerprint reader device that could perhaps be moved up a level and used here: https://invent.kde.org/plasma/plasma-workspace/-/blob/master/kcms/users/src/fingerprintmodel.cpp#L79 And then we'd have to do the same thing for smartcards. -- You are receiving this mail because: You are watching all bug changes.
