GNOME Bugzilla – Bug 731162
goa is removing all the mc accounts as soon as there is a disparity in the list
Last modified: 2017-01-06 16:54:46 UTC
Hello, with the patch from #731150, I'm seeing the following error when starting goa-daemon in the console with the --replace flag: [...] (goa-daemon:20343): goa-daemon-CRITICAL **: There is no Telepathy account for removed GOA account account_1401806300_0 (Telepathy object path: /org/freedesktop/Telepathy/Account/idle/irc/bigon_5fpolari0) At this moment, most of the accounts that are missing in g-c-c > online accounts When hitting ctrl-c, I'm seeing the following message in the console: (goa-daemon:20343): GLib-CRITICAL **: Source ID 1 was not found when attempting to remove it
Oh I'm also seeing this 2nd kind of message: (goa-daemon:20343): goa-daemon-WARNING **: The Telepathy account /org/freedesktop/Telepathy/Account/idle/irc/bigon_5fpolari0 was removed while the daemon was not running, removing the corresponding GOA account
I suspect this may be a side effect of MC crashing when GOA is being restarted: https://bugs.freedesktop.org/show_bug.cgi?id=79827
Can you please retry with my patch fixing the MC crash?
OK so indeed goa is not complaining about invalid accounts now that mc is not crashing anymore :) But I still see the following message when sending ctrl-c to the daemon: (goa-daemon:30443): GLib-CRITICAL **: Source ID 1 was not found when attempting to remove it I guess I should open an other bug?
(In reply to comment #4) > (goa-daemon:30443): GLib-CRITICAL **: Source ID 1 was not found when attempting > to remove it Sounds like something to do with idle or timeout sources. I will take a look at what is happening there.
(In reply to comment #4) > (goa-daemon:30443): GLib-CRITICAL **: Source ID 1 was not found when attempting > to remove it > > I guess I should open an other bug? Yes, I filed bug 731531 for that. Lets close this as NOTGNOME.
Hello, Actually I've been able to reproduce the same error message, and now that mc is not crashing anymore, I've the feeling that this has resulted in mc deleting all the accounts from its accounts.cfg file.
Do you have some steps to reliably reproduce this?
*** This bug has been marked as a duplicate of bug 766733 ***