Bug 49479

Summary: Feature Request: Add "Shred" context menu for
Product: [Applications] konqueror Reporter: Chris Arrowood <chris.arrowood>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED INTENTIONAL    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Chris Arrowood 2002-10-21 05:09:50 UTC
Version:            (using KDE KDE 3.0.3)
Installed from:    RedHat RPMs

Add a context menu item labeled "Shred" for all files.  Or add a config option somewhere that would shred instead of delete.  The context menu approach is as easy as adding this file to $KDEDIR/share/apps/konqueror/servicemenus/ 

[Desktop Entry]
ServiceTypes=allfiles
Actions=shred

[Desktop Action shred]
Name=Shred File
Icon=editshred
Exec=shred -zu %u


Keep up the great work!
Comment 1 John Firebaugh 2002-10-21 06:27:24 UTC
The context menu is meant to contain a few, very frequently used items. It has 
much too much clutter already, and "Shred" was purposely removed. As you noted, 
you can add a service entry if you really want the functionality.