https://bugs.kde.org/show_bug.cgi?id=485194
TraceyC <kde...@tlcnet.info> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED CC| |kde...@tlcnet.info --- Comment #1 from TraceyC <kde...@tlcnet.info> --- >From the linked bug report: - The native version works OK on KDE Plasma - The flatpak version has this error - The file dialog in GNOME/sway + flatpak works fine Running GoldenDict-ng from the app menu, it immediately exits. Running GoldenDict-ng from command line, the first try worked but the second also exits (This is unrelated to udisks, just noting for reference) ``` ❯ flatpak run --branch=stable --arch=x86_64 --command=goldendict --file-forwarding io.github.xiaoyifang.goldendict_ng @@u %u @@ Qt: Session management error: Could not open network socket No favorites file found Load done starting create the fts with thread: 6 waiting for all the fts creation to finish. finished/cancel all the fts creation QSystemTrayIcon::setVisible: No Icon set reset inspector wiki request begin wiki request begin ``` Ran with this, which allows it to run. ``` flatpak run --branch=stable --arch=x86_64 --command=goldendict --file-forwarding io.github.xiaoyifang.goldendict_ng ``` I am able to add a dictionary folder, and the program does not crash. I confirm, however, that I get these errors when clicking the Add button ``` kf.solid.backends.udisks2: Failed enumerating UDisks2 objects: "org.freedesktop.DBus.Error.Disconnected" "Not connected to D-Bus server" ``` -- You are receiving this mail because: You are watching all bug changes.