Release: 0.3.14
Environment
linux
Description
when generating a key with gnupg --status-fd 2 --command-fd 2 --gen-key, the last progress line is PROGRESS primegen X 100 100, but the gpgme progress callback never receives that line. I would like to be able to receive that line, or at least have some kind of final call to the progress callback in order to indicate that the operation is complete.
Fix
Unknown