From cf57c68b1eee9974fe1051e0c6852c621676ef67 Mon Sep 17 00:00:00 2001 From: marc Date: Mon, 30 Mar 2020 12:00:14 +0200 Subject: [PATCH] fixes for keyring after bullseye upgrade --- .xinitrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.xinitrc b/.xinitrc index 055e864..5c34e88 100755 --- a/.xinitrc +++ b/.xinitrc @@ -17,6 +17,11 @@ xmodmap ~./.Xmodmap # when not using a display manager systemctl --user import-environment DISPLAY +#gnome keyring +#dbus-Zeile ermöglichte erst den Zugriff auf den keyring +eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) +export SSH_AUTH_SOCK +dbus-update-activation-environment --systemd DISPLAY #compton & # see https://github.com/yshui/compton #/opt/compton --config /home/marc/.config/compton.conf.yshui &