[HOW TO] can I stop being prompted to unlock the 'default' keyring on boot?

Use this if you have forgotten the old password and is ok to delete items in the old keyring, but want to safeguard new keyring with matching password.
For Ubuntu 14.04, I used the following.
Remove old keyring:
cd .local/share/keyrings/
rm *.keyring
Restart the system to have the new keyring created:
sudo shutdown -r now
Verify the new keyring exists:
cd .local/share/keyrings/
ls -ltr *.keyring

0 nhận xét:

Post a Comment