https://bugs.kde.org/show_bug.cgi?id=475976
Johannes Zarl-Zierl <johan...@zarl-zierl.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johan...@zarl-zierl.at --- Comment #6 from Johannes Zarl-Zierl <johan...@zarl-zierl.at> --- I can only talk about the KPhotoAlbum side of things, but KPA creates a list of file URLs from the absolute file name(s) and hands this over to the KIO::ApplicationLauncherJob. I don't see how gwenview or dolphin would do something different here, but looking at the source of KIO::ApplicationLauncherJob I also don't see how the URL is changed by it. My best guess is that somehow, xdg-desktop-portal-kde is involved because Gimp is a GTK application and there, the URL goes through kioUrlFromSandboxPath(), which calls into KIO::Fuse to convert the URL: https://lxr.kde.org/source/plasma/xdg-desktop-portal-kde/src/filechooser.cpp#0457 As to why the same file is handled differently in Gwenview and dolphin, I'm at a loss. -- You are receiving this mail because: You are watching all bug changes.