D20938: Add Mounts Backend
Ivan Čukić
noreply at phabricator.kde.org
Wed May 1 19:07:55 BST 2019
ivan added a comment.
I'm torn between two approaches:
- doing what you have done, maybe with a customization point - `fusermount -u` by default, something else for specific mount types;
- disabling the teardown operation
The rationale for the second one:
- The users which create fuse mounts from the shell know how to unmount them;
- Users which used a tool to mount something (like Plasma Vault) should use the same tool to unmount (these tools potentially do more than simple unmounting - like calling a destructor in C++ instead of just free :) );
- Some applications will have their own mounts (for example, akonadi will use encrypted storage for storing indexes of encrypted mails) - you don't want to have those controlled by the user.*
(*) we will also need to hide these from Places, but that is not important at this point.
REPOSITORY
R245 Solid
REVISION DETAIL
https://phabricator.kde.org/D20938
To: hallas, #frameworks, ngraham, elvisangelaccio, broulik, bruns
Cc: nicolasfella, ivan, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190501/be9a5faf/attachment.html>
More information about the Kde-frameworks-devel
mailing list