Akonadi does not create a default calendar and a default addressbook by default, when having a clean config.
Please post a listing of $KDEDIR/share/apps/akonadi/firstrun/ and the content of $KDEHOME/share/config/akonadi-firstrunrc.
Below is the requested data, after deleting my akonadi config + data: > Please post a listing of $KDEDIR/share/apps/akonadi/firstrun/ ls $KDEDIR/share/apps/akonadi/firstrun/ defaultaddressbook defaultcalendar cat $KDEDIR/share/apps/akonadi/firstrun/defaultaddressbook [Agent] Id=defaultaddressbook Type=akonadi_contacts_resource Name=Personal Contacts [Settings] Path[$e]=$HOME/.local/share/contacts/ cat $KDEDIR/share/apps/akonadi/firstrun/defaultcalendar [Agent] Id=defaultcalendar Type=akonadi_ical_resource Name=Personal Calendar [Settings] Path[$e]=~/.kde/share/apps/korganizer/std.ics AutosaveInterval=1 > and the content of $KDEHOME/share/config/akonadi-firstrunrc cat $KDEHOME/share/config/akonadi-firstrunrc .kde4/share/config/akonadi-firstrunrc: No such file or directory This is the script I use to clean up my Akonadi data, maybe I just don't delete enough? function deleteakonadiconfig { killakonadi pkill -9 nepomuk pkill -9 virtuoso rm -rf ~/.local/share/.local-mail.directory/ rm -rf ~/.local/share/local-mail/ rm -rf ~/.local/share/akonadi/ rm -rf ~/.config/akonadi rm -rf ~/.kde4/share/config/akonadi* rm -rf ~/.kde4/share/config/kres-migratorrc rm -rf ~/.kde4/share/apps/nepomuk/ rm -rf ~/.kde4/share/config/nepomuks* }
SVN commit 1115967 by vkrause: Move the firstrun and catalog intialization code from Control to ServerManager so it's still executed with the new auto-starting code. BUG: 233382 M +0 -9 control.cpp M +14 -3 servermanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1115967