- Package:
- libkscreenlocker6
- Source:
- libkscreenlocker6
- Description:
- Secure lock screen architecture
- Submitter:
- Antonio
- Date:
- 2025-08-03 22:43:04 UTC
- Severity:
- normal
Dear Maintainer, after updating plasma on debian/sid to version 6.3.5, when I lock the screen or it locks for timeout, it no longer accepts the unlock password and the only way to recover the session is to click to "switch user" and reset the login credentials. By doing so, instead of opening a new session, it recovers the previous one. I also noticed that 6.3.5 version on the lock screen no longer shows the message "scan your fingerprint on your reader". Going back to version 6.3.4 everything works correctly, after the screen is locked just enter the password to return to the desktop. Thanks, Antonio De Lorenzi
/usr/lib/pam.d/{kde,kde-fingerprint,kde-smartcard}
e la riga non era commentata:
auth [success=ok user_unknown=ignore default=bad] pam_succeed_if.so
user != root quiet_success
so root access was allowed by sddm, but then it was not possible to
unlock the password after screen lock.
Le 8 juin 2025 10:29:23 GMT+02:00, Antonio <antdev66@gmail.com> a écrit : Sorry I'm not very fluent in Italian. Do I understand correctly that you're using a Plasma session as the root user ? Thanks, -- Aurélien
Hi,
sorry, I forgot to translate.
I found the problem: compared to the previous version, additional PAM
modules were added:
/usr/lib/pam.d/{kde,kde-fingerprint,kde-smartcard}
and the line was not commented:
auth [success=ok user_unknown=ignore default=bad] pam_succeed_if.so
user != root quiet_success
so root access was allowed by sddm, but then it was not possible to
unlock the password after screen lock.
Yes, the problem occurs when using plasma with root access, if I log in
as a user it's fine.
By commenting out the condition on the indicated line in the three files
the problem was solved.
Il 08/06/25 13:57, Aurélien COUDERC ha scritto: