https://bugs.kde.org/show_bug.cgi?id=520749
Bug ID: 520749
Summary: Skrooge can't load skg file after org.kde.Platform
update
Classification: Applications
Product: skrooge
Version First Trunk from git
Reported In:
Platform: Flatpak
OS: Linux
Status: REPORTED
Severity: major
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: 25.1.0
DESCRIPTION
Skrooge nightly (org.kde.skrooge//master) and from Flathub
(org.kde.skrooge//stable) would not open my .skg file. When I entered the
correct password it would report error.
The problem went away when I downgraded the KDE runtime org.kde.Platform from
"build of org.kde.Sdk, Fri May 22" (as reported by `flatpak info
org.kde.Platform/x86_64/6.10` to a previous version, "build of org.kde.Sdk, Thu
Apr 2".
This matches complaints on discuss.kde.org at
https://discuss.kde.org/t/skrooge-flatpak-2-6-1-20-database-errors-on-debian-13-trixie-cannot-open-create-files/44187
though they started in February.
STEPS TO REPRODUCE
1. flatpak update
2. flatpak run org.kde.skrooge//master path/to/my.skg
OBSERVED RESULT
Doesn't accept my password.
Terminal shows
```
##WARNING: QSqlDatabase: can not load requested driver 'SKGSQLCIPHER',
available drivers: SKGSQLCIPHER QSQLITE
##WARNING: QSqlDatabase: can not load requested driver 'SKGSQLCIPHER',
available drivers: SKGSQLCIPHER QSQLITE
##WARNING: QSqlDatabasePrivate::removeDatabase: connection 'SKGDATABASE_1' is
still in use, all queries will cease to work.
##WARNING: QSqlDatabasePrivate::addDatabase: duplicate connection name
'SKGDATABASE_1', old connection removed.
... (last three lines repeat on each password entry attempt)
```
EXPECTED RESULT
Should open.
SOFTWARE/OS VERSIONS
Operating System (available in the Info Center app, or by running `kinfo` in a
terminal window):
KDE Plasma Version: 6.6.5
KDE Frameworks Version: not sure, the runtime says "“build of org.kde.Sdk, Fri
May 22 07:14:38 AM UTC 2026, 058dd6612"
Qt Version: ditto
ADDITIONAL INFORMATION
I followed https://docs.flathub.org/docs/for-users/downgrading to downgrade:
% flatpak update --commit \
49bc183da466bec44bab4f6f641cab401584d1ee30872b428f46c3b8066527d3g \
runtime/org.kde.Platform/x86_64/6.10
This could be related to all the shenanigans getting SQLCipher to work, or
something else.
--
You are receiving this mail because:
You are watching all bug changes.