Summary: | Add secure delete to Dolphin/Plasma_Desktop | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | medin <med.medin.2014> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | kfm-devel, mail |
Priority: | NOR | ||
Version: | 20.04.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
medin
2020-07-28 10:31:38 UTC
This is a rather niche feature request, and given that the context menu is already rather full with options by default, I would propose the following option instead: https://stackoverflow.com/questions/59374606/how-to-add-shred-to-kde-context-menu-for-safe-delete-file-folder. Given that this solution does not require any code, there is no additional attack vector through the shred action. (In reply to Julian Schraner from comment #1) > This is a rather niche feature request, and given that the context menu is > already rather full with options by default, I would propose the following > option instead: > https://stackoverflow.com/questions/59374606/how-to-add-shred-to-kde-context- > menu-for-safe-delete-file-folder. Given that this solution does not require > any code, there is no additional attack vector through the shred action. Cannot this be officially added to Dolphin services plugins and disabled by default, so user has choice to enabled it and have big menu or not ? like what we have with Git, SVN an Root_actions services plugins ? Context menu extension are shared via GHNS. I haven't checked if such an extension is already there. If not, feel free to add it. I would suggest to not lauch the shred commands directly, but use a kdialog asking for confirmation first. You can launch bash scripts in Exec= line. Additionally, I would suggest to not name the action "Safe(ly) Remove", because it is misleading. You savely remove an USB stick to not destroy its files. |