[kmymoney] [Bug 419656] KMyMoney embedded GPG version out of date

Ralf Habacker bugzilla_noreply at kde.org
Mon Apr 19 20:54:51 BST 2021


https://bugs.kde.org/show_bug.cgi?id=419656

--- Comment #2 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Ralf Habacker from comment #1)
> An update to 2.2.27 is in the works for the cross-compiled snapshots.

The 32bit snapshots from https://kmymoney.org/snapshots.php now have a current
gpg version (2.2.27) embedded.

Please note that this gpg update from version 2.0 to 2.2 means that existing
private keys cannot be used by default. They must be exported from the older
version and imported into the newer version.

1. before starting kmymoney or any gpg2 related command, open the command shell
in the kmymoney bin directory and execute 

  robocopy /MIR %USERPROFILE%\gnupg %USERPROFILE%\AppData\Roaming\gnupg

2. open a second command shell in the bin directory of the old kmymoney
installation and run

    gpg2 -list-secret-keys

    # inspect the list of displayed keys, see for pub 2048R/xxxxx or similar

    gpg2 --output <some-path>/xxxx.key --export-secret-keys xxxx

    # Repeat this for each additional key to be exported

3. switch to the command shell opened during the new installation and run

    gpg2 --import <some-path>/xxxx.key

see https://dev.gnupg.org/T3101 for more details.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list