https://bugs.kde.org/show_bug.cgi?id=435948
Bug ID: 435948 Summary: Hardcoded expectation where gpg has its home directory Product: kmymoney Version: 5.1.1 Platform: Microsoft Windows OS: Microsoft Windows Status: REPORTED Severity: normal Priority: NOR Component: file Assignee: kmymoney-devel@kde.org Reporter: ralf.habac...@freenet.de Target Milestone: --- STEPS TO REPRODUCE 1. download kmymoney portable snapshot from kmymoney.org/snapshots.php 2. download dbgview and start it 3. unpack kmymoney snapshot and start kmymoney OBSERVED RESULT With gpg 2.2 the home directory was changed from %USERPROFILE%/gnupg to %USERPROFILE%/AppDir/Roaming/gnupg (see bug 419656), which is logged in kmymoney with a missing path. ... GPG Home dir <empty> ... EXPECTED RESULT kmymoney should be able to find the GPG provided home dir regardless from the currently used path. SOFTWARE/OS VERSIONS Windows: 10 KDE Frameworks Version: 5.65.0 Qt Version: 5.11 ADDITIONAL INFORMATION A gpg installation includes a command line tool to determine the currently used path gpgconf --list-dirs ... homedir:<path> The same information can also be retrieved using the libgpgme function gpgme_get_engine_info (see https://www.gnupg.org/documentation/manuals/gpgme/Engine-Information.html#Engine-Information for an example) -- You are receiving this mail because: You are the assignee for the bug.