Summary: | No default calendar and addressbook created | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Thomas McGuire <mcguire> |
Component: | Migration | Assignee: | Volker Krause <vkrause> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdepim-bugs |
Priority: | HI | Keywords: | akonadi-ports-regression |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thomas McGuire
2010-04-05 18:30:53 UTC
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 |