SUMMARY It would be convenient to be able to interact with remote locations in apps that load xdg-desktop-portal-kde. E.g.: STEPS TO REPRODUCE 1. With a recent Google Chrome version[1], on any website that asks to upload a file, click the Upload button 2. From KDE's portal file dialog, choose a remote location (they are already listed there anyway) 3. Choose a file from that location OBSERVED RESULT The file dialog shows an error message, saying that only local files are supported EXPECTED RESULT The file dialog uses kio-fuse to convert that remote path into a local FUSE path and successfully passes that to the application. ADDITIONAL INFORMATION [1]: https://chromium-review.googlesource.com/c/chromium/src/+/2992214
+1, would be a good idea.
*** Bug 448486 has been marked as a duplicate of this bug. ***
Regular user here, but this would be helpful when working with a NAS on a regular basis. Its the only thing keeping me from switching to KDE as my primary DE. Thanks for your consideration.
It occurs to me that we need to ignore scheme support when fuse is present, then compare the selected schemes with the supported schemes, reroute urls as necessary to fuse and then technically things should be amazing.
Fixed by Harald Sitter with https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/bbfa7471d26c84157e6a022b83e202a8de04fee7 in Plasma 5.25!
In Plasma 6 this is not working anymore. I can't upload files from a remote/shared folder. Can anyone else confirm it or is just me?
Probably because kio-fuse hasn't been ported to Qt6 yet. :(
(In reply to Nate Graham from comment #7) > Probably because kio-fuse hasn't been ported to Qt6 yet. :( I guess you mean KF6 ( https://invent.kde.org/system/kio-fuse/-/merge_requests/76 ), right?