Bug 101030

Summary: RFE: Unencrypt file to display
Product: [Applications] kgpg Reporter: David Anderson <david>
Component: generalAssignee: Jimmy Gilles <jimmygilles>
Status: RESOLVED FIXED    
Severity: wishlist CC: gschintgen
Priority: NOR    
Version: 1.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description David Anderson 2005-03-07 14:50:21 UTC
Version:           1.2 (using KDE 3.3.2-1.7.2.kde, Fedora Core release 2 (Tettnang))
Compiler:          gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
OS:                Linux (i686) release 2.6.7-1.494.2.2

I use kgpg to encrypt a file that contains my passwords.

When I decrypt, my only option is to decrypt to a new file, e.g. Passwords.txt.asc -> Passwords.txt

I normally don't want to have the file permanently decrypted - I just want to read it. kgpg should have an option to decrypt-to-display as well as or instead of to decrypt-to-file.
Comment 1 Stefan Gehn 2006-04-16 22:09:41 UTC
Very interesting, the systray-icon has such an option, you can drop a file onto the icon and a popup opens thats asks me if I want to save or view the decrypted file.
Unfortunately that setting is only available for the icon and not for the konqueror action.
Comment 2 Rolf Eike Beer 2008-05-16 10:44:46 UTC
It should be enough to provide a .desktop file for mime type application/pgp-encrypted that call "kgpg -s %F"
Comment 3 Rolf Eike Beer 2008-08-10 18:50:38 UTC
SVN commit 844831 by dakon:

Add a service menu entry to directly view a decrypted file

BUG:101030


 M  +1 -1      CMakeLists.txt  
 A             viewdecrypted.desktop  


WebSVN link: http://websvn.kde.org/?view=rev&revision=844831