Bug 426402

Summary: NetworkShare not including fuse.sshfs
Product: [Frameworks and Libraries] frameworks-solid Reporter: Harald Sitter <sitter>
Component: generalAssignee: Lukáš Tinkl <lukas>
Status: CONFIRMED ---    
Severity: normal CC: kdelibs-bugs-null, meven29
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Harald Sitter 2020-09-11 11:32:48 UTC
fuse.sshfs is the mount type of choice for sftp mounts yet it's not even listed as a NetworkShare when querying Solid::Device::listFromType

- mkdir /tmp/folder
- sshfs $USER@localhost:/mnt /tmp/folder
- check listFromType
- :(
Comment 1 Méven Car 2020-11-25 11:20:35 UTC
We lack a fuse backend I suppose.