[RFC] Add a kded module to manage various available fuse mount services
Needs ReviewPublic

Authored by chinmoyr on Jul 19 2019, 11:20 AM.

Details

Reviewers
fvogt
Summary

This module watches the install directories of kded modules and curates a list of modules having plugin Category=MountService.
This list will be used by a kio kcm which will allow users to configure mount service for remote protocol.
Once loaded this module can be used in KIOSlave::listDir to mount the url and in KRun::resolveUrls to convert the
remote URL to local URL.

Diff Detail

Repository
R241 KIO
Branch
monitorprotocol
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 14128
Build 14146: arc lint + arc unit
chinmoyr created this revision.Jul 19 2019, 11:20 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptJul 19 2019, 11:20 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
chinmoyr requested review of this revision.Jul 19 2019, 11:20 AM
fvogt added inline comments.Jul 19 2019, 11:25 AM
src/mountserviced/mountservicemanager.cpp
42

This line is the only place "fuse" is ever mentioned, so maybe this should be renamed?