[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
1 changed files with 0 additions and 5 deletions

View File

@ -24,11 +24,6 @@ if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
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
if [ -d /etc/X11/xinit/xinitrc.d ] ; then