How to change gnome keyring password

Install gnome-keyring-manager. Run it and there will be a "local password for user root." Change that and it will change your keyring password.





Quick and dirty method 
----------------------------


Delete the keyring Data file


Code:
rm ~/.gnome2/keyrings/default.keyring
or backup:
Code:
mv ~/.gnome2/keyrings/default.keyring ~/.gnome2/keyrings/default.keyring.bak





No comments:

Post a Comment