This adds a secure file/folder deletion to the right click actions menu. Beware !! once it's gone it's gone for good and there is no going back, you been warned.
Ok. first install BCWipe from the repository.
Next create a text file and paste the following code into it:
[Desktop Entry]
Actions=Wipefiles
ServiceTypes=all/allfiles
[Desktop Action Wipefiles]
Exec=bcwipe -f -mt
Icon=eraser
Name=Delete file with wiping
Now open the folder /home/<user>/.kde/share/apps/konqueror/servicemenus and save the file as wipefile.desktop.
That will add just file deletion to the actions menu.
To add secure folder deletion as well create another new text file and add the following code:
[Desktop Entry]
Actions=Wipefiles
ServiceTypes=all/allfiles,inode/directory
[Desktop Action Wipefiles]
Exec=bcwipe -rf -mt
Icon=eraser
Name=Delete folder with wiping
Now save it in the /home/<user>/.kde/share/apps/konqueror/servicemenus as wipefolders.desktop
Enjoy your privacy....
