Bug 433487 - Can't open remote files thru FISH protocol
Summary: Can't open remote files thru FISH protocol
Status: RESOLVED FIXED
Alias: None
Product: kiofuse
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.0.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: a.saoutkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-23 13:50 UTC by Rafael Linux User
Modified: 2021-02-27 20:29 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Linux User 2021-02-23 13:50:49 UTC
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
Comment 1 Fabian Vogt 2021-02-25 20:01:31 UTC
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.
Comment 2 Rafael Linux User 2021-02-27 00:35:48 UTC
(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?
Comment 3 Fabian Vogt 2021-02-27 17:15:57 UTC
(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.
Comment 4 Rafael Linux User 2021-02-27 20:29:02 UTC
Ok, thanks. I need it working, cause I use it a lot.