| Summary: | Choose a folder from file dialog will leads to `kf.solid.backends.udisks2: Failed enumerating UDisks2 objects: "org.freedesktop.DBus.Error.Disconnected" "Not connected to D-Bus server"` | ||
|---|---|---|---|
| Product: | [Plasma] xdg-desktop-portal-kde | Reporter: | shenlebantongying <shenlebantongying> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | aleixpol, jgrulich, kdedev, nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
shenlebantongying
2024-04-07 18:49:12 UTC
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" ``` |