Bug 49479 - Feature Request: Add "Shred" context menu for
Summary: Feature Request: Add "Shred" context menu for
Status: RESOLVED INTENTIONAL
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-21 05:09 UTC by Chris Arrowood
Modified: 2002-10-21 06:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.