Bug 130333 - passphrase dialog when opening encrypted file is ambagious.
Summary: passphrase dialog when opening encrypted file is ambagious.
Status: RESOLVED FIXED
Alias: None
Product: kmymoney2
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Development Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-06 01:45 UTC by brad
Modified: 2014-08-20 20:23 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 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.