You are not logged in.
The arch wiki, wrt gnome-keyring unlocking at login for nm-applet to use it, suggests, among other things, to have in .xinitrc
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCKwhile the gentoo wiki has similar but different
export $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)Both seem to work equally well for me, but I'd like to understand the differences, if any.
Is anyone so kind to explain it to me in layman's terms?
Offline
I gather the gnome-keyring-daemon returns "SSH_AUTH_SOCK=...". In that case, the two are equivalent except that the first has a useless `eval` and the second includes gpg.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline