Summary: | Kleopatra self-test should not expect gpg-agent to be running for GnuPG >= 2.1 | ||
---|---|---|---|
Product: | [Applications] kleopatra | Reporter: | Tim Ruffing <public> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | aheinecke, dah5aeZe, mutz |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/cf2d87748a9204552f9e52e26743f8fa651e9f05 | Version Fixed In: | |
Sentry Crash Report: |
Description
Tim Ruffing
2014-11-26 15:56:43 UTC
This is one concrete instance of bug 340677. Bug 340676 is a similar issue in KGPG. Sorry for the delay, I'm still autostarting gpg-agent on my system (as I use gpg-agent for SSH) and so I have not noticed this. But you are right. I'll fix it. Git commit cf2d87748a9204552f9e52e26743f8fa651e9f05 by Andre Heinecke. Committed on 19/02/2016 at 17:25. Pushed by aheinecke into branch 'master'. Assume we have a gpg-agent for 2.1.x gnupg With 2.1 the gpg-agent is no longer optional. It's also started by GnuPG itself so we no longer have to check for installation / configuration problems regarding the gpg-agent. M +6 -0 kleopatra/selftest/gpgagentcheck.cpp http://commits.kde.org/kdepim/cf2d87748a9204552f9e52e26743f8fa651e9f05 |