https://bugs.kde.org/show_bug.cgi?id=516608
Bug ID: 516608
Summary: Inability to create or open a database
(“QFSFileEngine::open: No file name specified” /
“ERROR: Impossible to write”).
Classification: Applications
Product: skrooge
Version First unspecified
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
Environment:
- Debian 13
- Flatpak 1.16.2
- Skrooge 26.1.20 (Flatpak)
Steps to reproduce
Install Skrooge via Flatpak:
flatpak install flathub org.kde.skrooge
Launch Skrooge:
flatpak run org.kde.skrooge
In Skrooge, try:
File → New
or File → Open and select an existing .skg file in your home directory.
Actual result
Skrooge is unable to create a new file or open an existing one.
The application closes (or remains without an open file) and displays the
following messages in the terminal:
text
Qt: Session management error: Could not open network socket
##WARNING: QSqlDatabase: can not load requested driver 'SKGSQLCIPHER',
available drivers: SKGSQLCIPHER QSQLITE
[2:21:0223/194002.765441:ERROR:bus.cc(408)] Failed to connect to the bus:
Failed to connect to socket /run/dbus/system_bus_socket: No file or folder of
that name
##WARNING: QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
##ERROR: Unable to write
With QT_DEBUG_PLUGINS=1:
text
QT_DEBUG_PLUGINS=1 flatpak run org.kde.skrooge
...
Qt: Session management error: Could not open network socket
##WARNING: QSqlDatabase: can not load requested driver 'SKGSQLCIPHER',
available drivers: SKGSQLCIPHER QSQLITE
[2:21:0223/194108.882778:ERROR:bus.cc(408)] Failed to connect to the bus:
Failed to connect to socket /run/dbus/system_bus_socket: No file or folder of
that name
##WARNING: QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
##ERROR: Unable to write
...
"/app/lib/plugins/skg_gui/skrooge_unit.so" unloaded library
"/usr/lib/plugins/kf6/FrameworkIntegrationPlugin.so" unloaded library
...
(The lines "... unloaded library" are repeated for many plugins right after the
error.)
Expected result
Skrooge should be able to:
create a new .skg file in the home directory (e.g., ~/Documents),
and open an existing .skg file without error.
--
You are receiving this mail because:
You are watching all bug changes.