https://bugs.kde.org/show_bug.cgi?id=337366
Daniel Vrátil <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Daniel Vrátil <[email protected]> --- The errors you are seeing are from the version before I enabled the concurrency (that will be available in Akonadi 1.13). You can try switching to the QSQLITE backend (the one shipped with Qt, now you are using QSQLITE3, the patched one we ship with Akonadi), which has absolutely no concurrency and all transactions are strictly serialized. Since they are both SQLite backends, the storage format is compatible, so all you need to do is to change ~/.config/akonadi/akonadiserverrc: in [%General] change Driver=QSQLITE3 to Driver=QSQLITE and rename the [QSQLITE3] section to [QSQLITE]. Make sure to stop Akonadi before trying this. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
