Bug 496549 - Flatpak Dolphin file transfers appear as a seperate window
Summary: Flatpak Dolphin file transfers appear as a seperate window
Status: ASSIGNED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 24.08.3
Platform: Flatpak Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-21 18:29 UTC by ultrasystemic
Modified: 2024-11-22 04:18 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
file transfer progress window (81.70 KB, image/png)
2024-11-21 18:29 UTC, ultrasystemic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ultrasystemic 2024-11-21 18:29:01 UTC
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`
Comment 1 Nate Graham 2024-11-22 02:47:51 UTC
No access to the notification server I guess?
Comment 2 Justin Zobel 2024-11-22 04:18:23 UTC
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.