SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** STEPS TO REPRODUCE 1. In app using xdg-desktop-portal-kde, press ctrl+o 2. In address bar, type known good samba share "smb://<server>/<share> 3. Press enter OBSERVED RESULT Keyboard selection removed from address bar, file picker stays blank. No error message. EXPECTED RESULT File picker navigates to folder structure of remote server SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.27.6 (available in About System) KDE Plasma Version: 5.27.6 KDE Frameworks Version: 5.106.0 Qt Version: 5.15.9 ADDITIONAL INFORMATION X11, tried both flatpak browser and native firefox with GTK_USE_PORTAL=1. Remote servers included windows share, and linux samba server. In all cases, Dolphin was able to access the share, but xdg portal was not.
Created attachment 160422 [details] empty file picker Empty file picker after attempting to navigate to samba share.
You need to have kio-fuse installed on the host I think.
(In reply to Harald Sitter from comment #2) > You need to have kio-fuse installed on the host I think. I have this exact issue and `kio-fuse` is already installed.
Which app is this problem appearing with?
For me, and at the moment, it's appearing in KGpg Editor and Firefox (when `widget.use-xdg-desktop-portal.file-picker` is set to `1`).
(In reply to Harald Sitter from comment #4) > Which app is this problem appearing with? To add to this - Waevbox (https://wavebox.io) is another (it is a Chromium based browser application).
Curious What's the output of busctl --user list | grep KIOFuse
(In reply to Harald Sitter from comment #7) > Curious > > What's the output of > > busctl --user list | grep KIOFuse ``` org.kde.KIOFuse - - - (activatable) - - - ``` I was incorrect about KGpg not working for remote shares. Apologies, I must have been holding it wrong. However, Firefox and Wavebox both still didn't work. I did notice that the picker windows were different to KGpg (Recent Files section was missing for example). So I started digging into it a little more. I changed `widget.use-xdg-desktop-portal.mime-handler` in Firefox to `1` as well and that made no difference. I also found https://wiki.archlinux.org/title/Firefox (see KDE Integration) and double-checked everything is there. I reinstalled some of the packages just as belt and braces and as I had no other ideas. I finally gave up and just rebooted and everything started working. Both Wavebox and Firefox are using the same picker as KGpg and remote shares now work. Previously changes to Firefox config have been instant so I genuinely have no idea why it didn't work until a reboot this time. Even after restarting the application. I'm not sure this is much help to anybody, but a suggestion would be to reinstall some of the packages again if this still isn't working. I can't provide much help to anybody else as I don't think I did anything.