[Akonadi] [Bug 483365] akonadiconsole wants QSQLITE3, while only QSQLITE is available
Erik Quaeghebeur
bugzilla_noreply at kde.org
Thu Mar 14 08:29:05 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=483365
--- Comment #1 from Erik Quaeghebeur <bugs.kde.org at e3q.eu> ---
I investigated a bit further. My akonadiserverrc file looked as follows:
---
[Debug]
Tracer=null
[%General]
Driver=QSQLITE3
[QSQLITE]
Name=/home/USERNAME/.local/share/akonadi/akonadi.db
[QSQLITE3]
Name=/home/USERNAME/.local/share/akonadi/akonadi.db
---
I am very sure I did not add the multiple [QSQLITE.?] lines, but only had one
in the past. (Can't remember which.)
When stopping the server, changing to the config below and restarting the
server and akonadiconsole, I do not get an error message anymore and DB-Browser
in akonadiconsole is working again, so that seemed to have been the problem. So
the bugreport now only still pertains to the configuration issue.
---
[Debug]
Tracer=null
[%General]
Driver=QSQLITE
[QSQLITE]
Name=/home/USERNAME/.local/share/akonadi/akonadi.db
---
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list