Skip to content

fuse fileopen urls on-demand

Harald Sitter requested to merge work/fuse into master

instead of restricting ourselves to file urls we now accept any url (within the limitations from kprotocols ultimately) but then fuse them into the local file system using kio-fuse. this enables us to pass smb: and sftp: and whathaveyou urls into the sandbox without the sandbox having to worry about anything

Merge request reports