Skip to content
Snippets Groups Projects
  1. Feb 11, 2025
  2. Jan 02, 2025
  3. Nov 27, 2024
  4. Nov 05, 2024
  5. Oct 23, 2024
  6. Oct 15, 2024
  7. Oct 08, 2024
  8. Sep 11, 2024
  9. Sep 10, 2024
  10. Aug 07, 2024
  11. Jul 18, 2024
  12. Jul 16, 2024
  13. Jul 04, 2024
  14. Jun 27, 2024
  15. Jun 18, 2024
  16. May 25, 2024
  17. Apr 17, 2024
  18. Mar 28, 2024
  19. Mar 13, 2024
  20. Mar 12, 2024
  21. Mar 06, 2024
  22. Mar 05, 2024
    • Jin Liu's avatar
      Fix errors when "fprint" or "pam_pkcs11" is not installed · 4fcbe0dc
      Jin Liu authored
      When they are missing, the lockscreen produces the following errors in the journal:
      
      kscreenlocker_greet[9492]: PAM unable to dlopen(/usr/lib/security/pam_fprintd.so)
      kscreenlocker_greet[9492]: PAM adding faulty module: /usr/lib/security/pam_fprintd.so
      kscreenlocker_greet[9492]: PAM unable to dlopen(/usr/lib/security/pam_pkcs11.so)
      kscreenlocker_greet[9492]: PAM adding faulty module: /usr/lib/security/pam_pkcs11.so
      
      Prefixing the line with "-" makes PAM return "PAM_MODULE_UNKNOWN" in this case, and
      then "kscreenlocker" will silently ignore these auth methods. When these libs are
      present, the behavior is unchanged.
      4fcbe0dc
  23. Feb 21, 2024
Loading