| Summary: | GPG Encryption not available | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | David Houlden <djhoulden> |
| Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | herr-schneider.m |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
David Houlden
2010-02-26 01:49:34 UTC
Encryption works if I go back to SVN 1092051. This problem was caused by SVN commit 1093673 which changed kgpgfile.cpp. Since this change I cannot enable encryption and kmymoney does not seem to find my GPG key. The change was something to do with subkeys and I wonder if that is why I am seeing the problem. I use a RSA key with no subkeys. SVN commit 1097108 by tbaumgart: Allow to use keys that do not have subkeys BUG: 228556 M +17 -3 kgpgfile.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1097108 Sorry. Still not working for me. I still cannot enable encryption. Here is the output from gpg --edit-key
pub 1024R/E20B9AAD created: 1996-05-09 expires: never usage: SCEA
trust: ultimate validity: ultimate
This shows that the key is valid and can be used for encryption (usage: SCEA).
SVN commit 1097221 by tbaumgart: Differentiate between public and secret key BUG: 228556 M +5 -2 kgpgfile.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1097221 *** Bug 233083 has been marked as a duplicate of this bug. *** |