Here is what I would try (I am here assuming that you have only one address book - if you have more, don't do this, as the folder path I'm giving will be wrong):
1. Close Evolution.
2. Start a terminal (sorry, but it's easy to copy and paste the commands in) do the following commands:
3.
Code:
evolution --force-shutdown
This will stop the data server background process, alarm notifier etc.
4.
Code:
mv ~/.evolution/addressbook/local/system ~.evolution/addressbook/local/system.bak
This renames the address book so evolution won't find it.
5. This will start Evolution and let us see any error messages it spits out. Hopefully it will now create an empty address book for you.
6. If it's happy, close evolution, close the terminal, and then start evolution from the menu as usual.
If it doesn't work, here's how to revert what we just did:
1. Repeat steps 1 to 3 above.
2.
Code:
mv ~/.evolution/addressbook/local/system.bak ~.evolution/addressbook/local/system
This reverses the rename above.
3. Repeat steps 5 and 6 above.
I should say here that I don't have a Hardy system to test this on properly. Take a backup before you start!
Bookmarks