GNOME Bugzilla – Bug 726681
Check GConf XDG folder for migration too
Last modified: 2014-03-19 13:37:35 UTC
Evolution fails to restore the account settings from a backup taken from evolution 3.2.x. Apparently, while debugging using strace command, it looks like evolution searches for ~/.evolution and ~/.gconf directories while migrating older account/evolution settings and in this case, the .gconf directory was under .config/gconf and thus was failing. As a workaround, I have created a soft link ~/.gconf pointing to ~/.config/gconf.
Created attachment 272360 [details] [review] eds patch for evolution-data-server; This checks whether ~/.config/gconf/ exists as the first, and if yes, then it is used for data migration, otherwise it fallbacks to ~/.gconf/ as before.
I've got an approval from the release team, thus I commit this: Created commit e4efa87 in eds master (3.12.0+) [1] [1] https://git.gnome.org/browse/evolution-data-server/commit/?id=e4efa87