Bug 130333

Summary: passphrase dialog when opening encrypted file is ambagious.
Product: [Applications] kmymoney2 Reporter: brad <bkn>
Component: generalAssignee: KMyMoney Development Team <kmymoney2-developer>
Status: RESOLVED FIXED    
Severity: wishlist CC: onet.cristian
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description brad 2006-07-06 01:45:50 UTC
Version:           0.8.2 (using KDE KDE 3.5.3)
Installed from:    Ubuntu Packages
OS:                Linux

Reproduce:
Save a gpg encrypted .kmy file. Open the file, you will be prompted with a dialog that says 'enter passphrase.' 

Problem:
The problem is that i was unclear which passphrase kmymoney2 wanted (login passphrase, kwallet phasephrase, etc). in fact i was this happend when i first started kmymoney2 because it tried opening a file on startup (which is not a bad idea, btw). I suggest to add more descriptive text in the passphrase dialog, for example, 'Enter passphrase for gpg ID <...> to decrypt kmy file.' 

side note:
This bug is similar to a problem described in this article:
http://www.osnews.com/story.php?news_id=14927
Comment 1 Thomas Baumgart 2006-07-06 10:18:55 UTC
Extracting the GPG Id is a bit tricky but the dialog could be more verbose to what is needed.
Comment 2 brad 2006-07-06 16:51:16 UTC
I believe extracting the gpg ID and/or the email with which the key is associated is pretty easy if the gpgme library is used. I believe other parts of KDE already depend on gpgme, namely kdepim (see kdepim/libkdenework/*gpgme*/)
Comment 3 Cristian OneČ› 2014-08-20 20:23:18 UTC
We use gpg++ from kdepimlibs now so this should be fixed.