Bug 101030 - RFE: Unencrypt file to display
Summary: RFE: Unencrypt file to display
Status: RESOLVED FIXED
Alias: None
Product: kgpg
Classification: Applications
Component: general (show other bugs)
Version: 1.2
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jimmy Gilles
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-07 14:50 UTC by David Anderson
Modified: 2008-08-10 18:50 UTC (History)
1 user (show)

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 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