[xinitrc] Don't start GNOME keyring

This commit is contained in:
Marcel Kapfer 2020-07-14 21:50:56 +02:00
parent 171ee21943
commit aca95baf1b
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -24,11 +24,6 @@ if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap" xmodmap "$usermodmap"
fi fi
# start gnome keyring daemon
dbus-update-activation-environment --systemd DISPLAY
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
# start some nice programs # start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then if [ -d /etc/X11/xinit/xinitrc.d ] ; then