From 0e7541c4754bed1ca1a95f028e18512eb80e1687 Mon Sep 17 00:00:00 2001 From: "Maciej S. Szmigiero" Date: Sat, 9 May 2020 15:53:24 +0200 Subject: [PATCH] Make missing GNOME Keyring PAM module warning quiet Currently, when missing the GNOME Keyring PAM module (an optional dependency) a warning is logged at each screen unlock: xfce4-screensaver-dialog[1234]: PAM adding faulty module: /lib64/security/pam_gnome_keyring.so xfce4-screensaver-dialog[1234]: PAM unable to dlopen(/lib64/security/pam_gnome_keyring.so): /lib64/security/pam_gnome_keyring.so: cannot open shared object file: No such file or director Let's hush this warning. --- data/xfce4-screensaver.system-auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/xfce4-screensaver.system-auth b/data/xfce4-screensaver.system-auth index 2a6c00dbd600..2c264c4d0050 100644 --- a/data/xfce4-screensaver.system-auth +++ b/data/xfce4-screensaver.system-auth @@ -1,2 +1,2 @@ auth include system-auth -auth optional pam_gnome_keyring.so +-auth optional pam_gnome_keyring.so -- 2.26.2