SUMMARY Remote files using FISH protocol with non KDE applications (that's, with applications that needs "kiofuse") can't be loaded. STEPS TO REPRODUCE 1. Open with Dolphin a remote folder using FISH (fish://) 2. Open a TXT file with Kate -> File is opened 3. Open a TXT file with Visual Code -> File is not opened. No error. An empty text file is showed. OBSERVED RESULT Files are not opened when using kiofuse EXPECTED RESULT Files to be opened as always SOFTWARE/OS VERSIONS Operating System: openSUSE Leap 15.2 KDE Plasma Version: 5.21.0 KDE Frameworks Version: 5.79.0 Qt Version: 5.15.2 Kernel Version: 5.3.18-lp152.63-default OS Type: 64-bit Graphics Platform: X11
Known issue, the fish ioslave behaves incorrectly. The bug in the ioslave is fixed in https://invent.kde.org/network/kio-extras/-/merge_requests/63 With https://invent.kde.org/system/kio-fuse/-/merge_requests/51, kiofuse detects misbehaving protocols and triggers a fallback.
(In reply to Fabian Vogt from comment #1) > Known issue, the fish ioslave behaves incorrectly. > > The bug in the ioslave is fixed in > https://invent.kde.org/network/kio-extras/-/merge_requests/63 > With https://invent.kde.org/system/kio-fuse/-/merge_requests/51, kiofuse > detects misbehaving protocols and triggers a fallback. But, if resolved, in which kio-fuse version it's fixed?
(In reply to Rafael Linux User from comment #2) > (In reply to Fabian Vogt from comment #1) > > Known issue, the fish ioslave behaves incorrectly. > > > > The bug in the ioslave is fixed in > > https://invent.kde.org/network/kio-extras/-/merge_requests/63 > > With https://invent.kde.org/system/kio-fuse/-/merge_requests/51, kiofuse > > detects misbehaving protocols and triggers a fallback. > > But, if resolved, in which kio-fuse version it's fixed? Will be part of the next release. Currently the fix is only in git master.
Ok, thanks. I need it working, cause I use it a lot.