From bc3f39e9058d4da2766e9a6db48e1a6c2b1ddc05 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 3 Oct 2017 10:29:21 +0100 Subject: [PATCH] profile: always start gnome-keyring-daemon --- .profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.profile b/.profile index aceb2fe..496c5d3 100644 --- a/.profile +++ b/.profile @@ -31,6 +31,5 @@ fi if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then eval $(dbus-launch --sh-syntax --exit-with-session) dbus-update-activation-environment --systemd DISPLAY - export $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gnupg) - export SSH_AUTH_SOCK fi +export $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gnupg)