M BUZZ CRAZE NEWS
// news

Can't find/remove online account from Evolution

By Emma Martinez

enter image description hereI have two accounts set up in evolution that I'm not able to remove nor from Evolution itself neither from the online account panel.

In evolution the "Delete" button is disabled when I select those two accounts

In Online Accounts they are not present in the list so I can not remove them.

The accounts I wish to remove are the ones with the half-globe icon

4

4 Answers

This is because the default "Ubuntu Online Accounts" (uoa) are different than "Gnome Online Accounts" (goa).

  • GOA have a little halfglobe-plug icon
  • UOA have a little globe-with-keys icon

Yours are GOA accounts, so they do not show in the UOA (default) online account interface.

Here is how you can get to them.

Go to a command line prompt and run the following, which will bring up the standard System Settings inteface, however it will now contain the GOA and UOA icons.

env XDG_CURRENT_DESKTOP=GNOME gnome-control-center

This is clearly confusing as noted in:

My issue is that GOA is what evolution now uses as the UOA package seems to have disappeared from current saucy as of 3.8.5-1ubuntu3.

evolution-data-server-goa (adds GOA accounts to evolution, as in your example above). evolution-data-server-uoa (adds UOA accounts to evolution, which is more desirable IMHO).

Had the same issue. Comment 14 by Mathieu SENSEI (hyu9a) on Bug 1044549 solved it.

The advice there is essentially to check in the file ~/.config/goa-1.0/accounts.conf and, assuming it contains information (just) about the account or accounts that should be removed, to delete the file.

I had the same problem. Gnome calendar (only a popup at the desktop) was asking frequently for password of an old yahoo account. I tried for a long time to find and remove the account from my installation. All solutions from net didn't help.

Finally I reinstalled Ubuntu completely new with the 20.04LTS version. Of course the problem don't appears any more.

After importing my old E-mails from a Evolution backup, the annoying password request was appearing again. Therefore I searched my Backup for files containing yahoo. Actually I found the source for my problem under ~/.config/evolution/sources/ Here some files was containing my old yahoo account. After removing the corresponding files the popup was gone.

greetings

killall evolution && rm -r ~/.cache/evolution

greetings

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy