Plasma 6.5.5 on Bazzite 43
I am attempting to follow these instructions:
-
Create file
shred.desktopwith this content:[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/allfiles;
Actions=Shred
#X-KDE-Submenu=Shred[Desktop Action Shred]
Name=Safe Remove
Icon=edit-delete-shred
Exec=/bin/bash -c ‘kdialog --title “Safe Delete” --warningcontinuecancel “Safe Delete: Are you sure?” && shred -u -f -z -n3 %u’ -
Create file
shred_folder.desktopwith this content:
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=inode/directory;
Actions=Shred
#X-KDE-Submenu=Shred
[Desktop Action Shred]
Name=Safe Folder Remove
Icon=edit-delete-shred
Exec=/bin/bash -c 'kdialog --title "Safe Delete" --warningcontinuecancel "Safe Delete: Are you sure?" && find %u -type f -exec shred -u -f -z -n3 {} \; && rmdir %u'
-
Put these files here:
/usr/share/kservices5/ServiceMenus/ -
Reboot (or restart session)
There’s some confusion on my part regarding whether the path referenced in the linked discussion is still accurate. I’m also not clear on how to add files to the folder since I cannot drag them there or save them there without getting a permissions error.
I’m also open to alternative, easier ways to add shredding functionality to Dolphin.
