2

Whenever I delete Jabber and Yahoo from my online accounts list, they reappear after a restart.

enter image description here

Because of this, whenever I open login, I get a large number of popups asking for my Yahoo password:

enter image description here

I don't mind if Yahoo! says in the list, but I really need these popups to go. Even if I type my password for each one, they open up next time I log in.

I'm using Gnome on Ubuntu 14.04. This didn't happen before in Unity, but I can't switch back to it.

Tim
  • 33,500

1 Answers1

1

Ok. I've a good news and a bad news for you. :)

Good news, this annoyance can be removed. The account information is stored in ~/.config/libaccounts-glib/. Just delete every file in there. All your accounts will be gone on reboot. Then you can recreate the one you want.

Bad news, this seems to be an old bug which is not yet cured. Checkout here.

I would suggest you update your gnome version or file a bug report with Gnome.

Ashish
  • 963