[Akonadi] [Bug 483365] akonadiconsole wants QSQLITE3, while only QSQLITE is available

2024-03-19 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=483365

Erik Quaeghebeur  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 483365] akonadiconsole wants QSQLITE3, while only QSQLITE is available

2024-03-19 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=483365

--- Comment #3 from Erik Quaeghebeur  ---
(In reply to Nick from comment #2)
> Hi. Thanks for raising this. Can you please provide a full list of commands
> you are issuing to cause this, plus any associated apps which need to be
> installed? I will then try to duplicate this. Thanks, Nick

Install akonadiconsole. Stop akonadi. Replace your akonadiserverrc file with
the first one of Comment 1. Restart akonadi.

My feeling is that the behavior with those settings are not interesting. It
would rather be interesting to know whether those settings can occur without
user interaction.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 483365] akonadiconsole wants QSQLITE3, while only QSQLITE is available

2024-03-19 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=483365

Nick  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||mobile.har...@outlook.com
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Nick  ---
Hi. Thanks for raising this. Can you please provide a full list of commands you
are issuing to cause this, plus any associated apps which need to be installed?
I will then try to duplicate this. Thanks, Nick

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 483365] akonadiconsole wants QSQLITE3, while only QSQLITE is available

2024-03-14 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=483365

--- Comment #1 from Erik Quaeghebeur  ---
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.