Summary: | Flatpak Dolphin file transfers appear as a seperate window | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | ultrasystemic |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | justin, kfm-devel, nate |
Priority: | NOR | ||
Version: | 24.08.3 | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | file transfer progress window |
No access to the notification server I guess? Once https://github.com/flathub/org.kde.dolphin/pull/256 finishes a test build, please check if this solves your issue. It did for me. The main one was org.kde.kuiserver dbus access but while I was figuring it out I found others Dolphin wanted so added them too. |
Created attachment 176014 [details] file transfer progress window SUMMARY When Dolphin is installed as flatpak, file transfer progress appears in a pop up window (see attachment) instead of notification tray. Allowing access to D-Bus session bus fixes this issue. STEPS TO REPRODUCE 1. Open Dolphin 2. Copy and paste a large folder OBSERVED RESULT Transfer progress appears in a seperate window EXPECTED RESULT Transfer progress appears as a notification SOFTWARE/OS VERSIONS KDE Frameworks Version: 6.8.0 Qt Version: 6.7.3 Dolphin version: 24.08.3 ADDITIONAL INFORMATION Workaround for this bug: `flatpak run --socket=session-bus org.kde.dolphin`