
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A service menu to secure delete your files and folder.
This service menu is a simple frontend of only some options of srm in the package secure-delete, http://www.thc.org, see man:srm for more options.
Be careful, secure deletion (very slow and very secure) overwrite your files 38 times and can take a long time.
---------
REQUIREMENTS:
secure-delete, http://www.thc.org.
To install secure-delete in (k)ubuntu gutsy just enable universe repository and type in a console sudo apt-get install secure-delete.
---------
INSTALLATION - kde4:
Just extract and run ./install.sh.
---------
INSTALLATION - kde3:
1) Extract the downloaded file "secure_delete_servicemenu.tar.gz".
2) Copy the files "secure_delete.desktop" and "secure_delete_folder.desktop" in the servicemenus folder of konqueror or dolphin, for example:/home/vanbosco/.kde/share/apps/konqueror/servicemenus
11 years ago
Version 0.3 - kde4 version - 20/04/2009
- this version should work with kde4, tested on Sidux and kde 4.2.2.
- added a simple installation script.
- added a scrip to check file/folder ownership to prevent the error message "kdialog not found".
Version 0.2 - minor update - 01/03/2008
- added "Delete only" option (very fast using rm), since in the version of Kubuntu Gutsy of dolphin this option is missing and sometimes move to trash a large number of files and folder is very slow.
- added window title.
Version 0.1 - First release - 22/02/2008
11 years ago
Version 0.3 - kde4 version - 20/04/2009
- this version should work with kde4, tested on Sidux and kde 4.2.2.
- added a simple installation script.
- added a scrip to check file/folder ownership to prevent the error message "kdialog not found".
Version 0.2 - minor update - 01/03/2008
- added "Delete only" option (very fast using rm), since in the version of Kubuntu Gutsy of dolphin this option is missing and sometimes move to trash a large number of files and folder is very slow.
- added window title.
Version 0.1 - First release - 22/02/2008
TuxNuX
5 years ago
[url=https://mega.nz/#!BR1V1BQY!8LSKa_FhZtmfKeNkUo_NCZWtqQP9-TWGz1sUhHisTaE/]kde-securedelete-servicemenu-0.3-2.noarch.rpm[/url]
[url=https://mega.nz/#!1Ys2kbjJ!oieLS_TNyR2Q1FQwug0CRiO0FTUrlACIqbbsKPxALqY/]kde-securedelete-servicemenu-0.3-2.src.rpm[/url]
add path french language and for kde4
Report
TuxNuX
5 years ago
https://mega.nz/#!BR1V1BQY!8LSKa_FhZtmfKeNkUo_NCZWtqQP9-TWGz1sUhHisTaE
Report
YAFU
11 years ago
install.sh doesn't work in Kubuntu with Kde 4.3 because ~/bin isn't a valid path.
$ kde4-config --path exe
/home/my_user/.kde/lib/kde4/libexec/:/usr/lib/kde4/libexec/:/usr/bin/
I have copied the .sh scripts directly to /usr/bin everything worked.
By the way, the path for services are:
$ kde4-config --path services
/home/my_user/.kde/share/kde4/services/:/usr/share/kde4/services/
Need securete-delete installed:
$ sudo apt-get install secure-delete
Thanks!
Report
jwillar
12 years ago
Report
vanbosco
12 years ago
~/.kde4/share/kde4/services/ServiceMenus.
vanbosco.
Report
arcdroit
12 years ago
Report
vanbosco
12 years ago
Perhaps this is what is happening to you.
vanbosco.
Report
spikyatlinux
13 years ago
I'm using the version 0.2 on my OpenSuse 10.3 x64.When I try to delete files secure I become the message that 'kdialog' wasn't found. When I type
which kdialog
/opt/kde3/bin/kdialog
and
whereis kdialog
kdialog: /usr/bin/kdialog /usr/bin/X11/kdialog /opt/kde3/bin/kdialog
I've tried to edit the *.desktop files manualy.I've changed 'kdialog' to '/opt/kde3/bin/kdialog' and '/usr/bin/kdialog' but without success.Can you help me ?
Report
vanbosco
13 years ago
In next version i'm planning to write a script to check ownership of files/folder and eventually display a warming message.
Report
somedamfool
12 years ago
Mike
Report
vanbosco
12 years ago
Report