Re: Help with GNOME Keyring Daemon not running
Reply #6 –
$ sudo mv /usr/bin/gnome-keyring-daemon /usr/bin/gnome-keyring-daemon-old
That might fix it if you are using Chromium - it's a common problem if you have the Gnome keyring daemon installed as a dep for a package that uses the libs, but you are not running Gnome. The daemon doesn't run or do anything, but Chromium finds it in /usr/bin and tries to use it. If you mv the binary then it doesn't and it all works. You might need to repeat it if it gets updated. Also you could find out what requires it and remove the package entirely or swap it for some other similar package without that dep, if it wasn't too inconvenient.