revlis.nl
Stash of notes about OSS, OSes, virtualization, dev hobby projects &c
November 26, 2016 — 17:52
Author: silver Category: linux Comments: Off
Quickfix issues
Restart:
gnome-keyring-daemon -r -d
If that doesn’t suffice, this extra steps might help:
pgrep -f gnome-keyring-daemon rm -rf ~/.cache/keyring-* setsid /usr/bin/gnome-keyring-daemon /dev/null 2>&1 ln -s ~/.cache/keyring-* $GNOME_KEYRING_CONTROLA /usr/bin/gnome-keyring-daemon --start --components=pkcs11 /usr/bin/gnome-keyring-daemon --start --components=gpg /usr/bin/gnome-keyring-daemon --start --components=ssh
find ~/.cache/ -maxdepth 1 -type l -name 'keyring-*' -delete