Comment 3 for bug 1005635

Revision history for this message
Venca B Spam (vbspam) wrote :

Another workaround could be to make symbolic links to gnome-keyring-daemon and to gnome-keyring.

cd /usr/bin # <=wherever is your MATE/GNOME installed

mv gnome-keyring-daemon gnome-keyring-daemon.ORIGINAL
mv gnome-keyring gnome-keyring.ORIGINAL
ln -s mate-keyring gnome-keyring
ln -s mate-keyring-daemon gnome-keyring-daemon

It is a bit pitty that the documentation for all the GNOME stuff is outdated mess because otheway I would fix it in the right way in configuration files/d-bus settings/policikit configuration.