Originally Posted by
ElQanah
- Open up your Home Folder by clicking Places>Home Folder
- Press CTRL-H (or click View>Show Hidden Files)
- Find a folder called .gnome2 (it has a period at the beginning of the name) and open it by double clicking on it
- Inside of the .gnome2 folder, there is another folder called keyrings. Open it up.
- Delete any files you find within the keyrings folder
Easier to do that with terminal one-liner:
Code:
$ rm ~/.gnome2/keyrings/*
Originally Posted by
ElQanah
... and, while you're in the terminal, provided you're in group=Administrator, you can do
Code:
$ sudo shutdown -r now
Originally Posted by
ElQanah
When prompted for a Keyring Password again, leave it blank and click CREATE
Hmm ... I'm running 10.10=Maverick, and ...
The bad news: I get no such button: the only ones on the dialog are "OK" and "Cancel". The good news: after doing
- $ rm ~/.gnome2/keyrings/*
- $ sudo shutdown -r now
- (after restart) Login.
- Enter network key in NetworkManager dialog.
- Hit button=Cancel in keyring dialog.
I get no further keyring prompts until I change password (with Administration>Users and Groups). But what I really want is to disable gnome-keyring :-(