2008 November 05

Remove all settings for Evolution

If you ever want to delete your entire Evolution account, history,
configuration, settings, etc and start over from scratch, here’s how to
do it:
Back up all of your files first (of course).
$ rm -rf ~/.evolution
$ rm -rf ~/.gconf/apps/evolution
$ evolution –force-shutdown
Find the process id for ‘gconfd’ and kill it:
$ ps -ef|grep gconfd
yourusername 30515 [...]

delete Evolution settings

By WladyX on 5 November, 2008 | General, X11 | A comment?

Evolution — Addressbook access error

- close Evolution
- delete /home/username/.gconf/apps/evolution/addressbook (it will be recreated)
- delete /home/username/.evolution/addressbook (it will be recreated)
- reboot your computer (this is crucial, otherwise the faulty gconf files will be restored)
- launch Evolution and enjoy your working address book

Evolution — Addressbook access error. – Ubuntu Forums

By WladyX on | General, X11 | A comment?