Just a little thing to check, George.
There shouldn't be a space between the filename and the dot. Can you check that?
For example, it SHOULD say login.keyring and user.keystore, with no spaces within the filename.
If that is correct, I want you to go to the next step. We are going to
rename the entire ~/.local/share/keyrings directory. Please read this post
completely, and choose either option A or B.
Option A:
***Now, m'man, you must be very very careful here. You cannot make any space or syntax mistakes this time, or it won't work. This is why I really want you to copy and paste the commands I give you. Then I can only blame myself
***
To do this, you will use the command 'mv', like this. Open a new terminal and type:
Code:
mv ~/.local/share/keyrings ~/.local/share/keyrings-OLD
There should not be any output at all. Just a new filesystem prompt. If there is output, post it here.
Option B:
The other option is to rename it from your file manager. Open nemo, and navigate to /home/youruser/.local/share/, and then look in the right hand pane for 'keyrings'
Then, right click on 'keyrings' and rename it to the above filename, the same way you'd do in a windows file manager.
When you are done renaming the directory:
Code:
cd /home
cd myusername
cd .local
cd share
ls -la
OR
Code:
ls -la ~/.local/share [no spaces after the tilde]
If you did it correctly, you will see that the 'keyrings' directory is now 'keyrings-OLD'
Report when you're done, and we'll continue.