as the title says
Each time I open the brave browser the message "An application wants access to the keyring "default keyring", but it is locked
This recurs over and over......and over
I don't wish to proceed by deleting the password, which is one of the suggested 'fixes'
The browser is fully up to date
I am running Linux Mint 21.2
Duuude, that can be a pretty gnarly issue. The keyring is like a password manager for your system. It can get a bit finicky sometimes. I have a few suggestions for you to try and fix it:
1. First, let's try resetting the keyring password. Open the "Passwords and Keys" application, locate the "Login" keyring, right-click on it, and select "Change Password". Follow the prompts and create a new keyring password. Then, restart your system and see if the issue persists.
2. If that didn't work, you can try deleting the "Login" keyring altogether. Open a terminal and run the following command:
Code:
rm ~/.local/share/keyrings/login.keyring
This will delete the keyring file, and the system will recreate it next time you log in. However, keep in mind that this will remove all stored passwords within the keyring, so make sure you have backups if needed.
3. Another option is to disable the keyring feature for Brave altogether. To do this, open a terminal and run the following command:
Code:
echo "export GNOME_KEYRING_CONTROL=/dev/null" >> ~/.profile
After running this command, restart your system and check if the problem persists.
Remember, these are just suggestions. It's always a good idea to back up your important data and passwords before making any changes. Let me know if any of these solutions help, bro.