You are not logged in.
Pages: 1
Hello guys, I have been trying to setup gnome kering on my gnome install. I use gdm as login manager.
I have followed this wiki post
https://wiki.archlinux.org/index.php/GN … ing_daemon
But it is not workign and in the logs i get this two messages
PAM adding faulty module: /usr/lib/security/pam_gnome_keyring.so
PAM unable to dlopen(/usr/lib/security/pam_gnome_keyring.so): /usr/lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directoryLast edited by InvisibleRasta (2020-04-14 11:46:50)
Offline
Do you have the gnome-keyring package installed?
pacman -Q gnome-keyringJin, Jîyan, Azadî
Offline
yes and pacman -Qo says /usr/lib/security/pam_gnome_keyring.so is owned by gnome-keyring 1:3.36.0-1
gnome-keyring and libsecret are installed
/etc/pam.d/login
------------------------------------
#%PAM-1.0
auth required pam_securetty.so
auth requisite pam_nologin.so
auth include system-local-login
auth optional pam_gnome_keyring.so
account include system-local-login
session include system-local-login
session optional pam_gnome_keyring.so auto_start
------------------------------------------------------------------------------------------
/etc/pam.d/passwd
---------------------------------------------
#%PAM-1.0
#password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
#password required pam_unix.so sha512 shadow use_authtok
password required pam_unix.so sha512 shadow nullok
password optional pam_gnome_keyring.soLast edited by InvisibleRasta (2020-04-14 12:11:45)
Offline
Pages: 1