1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

profile: always start gnome-keyring-daemon

This commit is contained in:
Joe Groocock 2017-10-03 10:29:21 +01:00
parent 519ee698bc
commit bc3f39e905
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -31,6 +31,5 @@ fi
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
eval $(dbus-launch --sh-syntax --exit-with-session) eval $(dbus-launch --sh-syntax --exit-with-session)
dbus-update-activation-environment --systemd DISPLAY dbus-update-activation-environment --systemd DISPLAY
export $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gnupg)
export SSH_AUTH_SOCK
fi fi
export $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gnupg)