I was trying to reproduce bug #79827 with MC and Empathy master and hit this issue: (process:9041): mc-plugins-DEBUG: account-storage.c:1147: goa: gabble/jabber/goa_google_account_1384426078 (process:9041): mcd-DEBUG: deleted_cb: goa reported deletion of gabble/jabber/goa_google_account_1384426078 (0x95d3d0) (process:9041): mcd-DEBUG: unref_account: called for gabble/jabber/goa_google_account_1384426078 (process:9041): mcd-DEBUG: mcd_account_delete_async: emitting Account.Removed for gabble/jabber/goa_google_account_1384426078 (process:9041): mc-plugins-DEBUG: account-storage.c:1147: goa: gabble/jabber/goa_facebook_account_1377685019 (process:9041): mcd-DEBUG: deleted_cb: goa reported deletion of gabble/jabber/goa_facebook_account_1377685019 (0x95d280) (process:9041): mcd-DEBUG: unref_account: called for gabble/jabber/goa_facebook_account_1377685019 (process:9041): mcd-DEBUG: mcd_account_changed_property: called: Enabled (process:9041): mcd-DEBUG: mcd_account_changed_property: First changed property (process:9041): mcd-DEBUG: mcd_account_delete_async: emitting Account.Removed for gabble/jabber/goa_facebook_account_1377685019 (process:9041): mc-plugins-DEBUG: account-storage.c:1114: goa: gabble/jabber/goa_facebook_account_1377685019 (process:9041): mcd-WARNING **: created_cb: account gabble/jabber/goa_facebook_account_1377685019 already exists in plugin 'goa', cannot create for plugin 'goa' (process:9041): mc-plugins-DEBUG: account-storage.c:1114: goa: gabble/jabber/goa_google_account_1384426078 (process:9041): mcd-WARNING **: created_cb: account gabble/jabber/goa_google_account_1384426078 already exists in plugin 'goa', cannot create for plugin 'goa' The old account was never removed preventing the new one (from the GOA restart) to be created.
Created attachment 100720 [details] [review] mcd-storage: actually remove deleted accounts
Which MC version?
(In reply to comment #2) > Which MC version? master
Comment on attachment 100720 [details] [review] mcd-storage: actually remove deleted accounts Review of attachment 100720 [details] [review]: ----------------------------------------------------------------- r+
Merged to master for 5.17.0; doesn't apply for 5.16.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.