| Summary: | Cancel in the "password change" dialog is returning "Successfully changed password" | ||
|---|---|---|---|
| Product: | [Applications] kleopatra | Reporter: | Christof Kälin <ckpinguin> |
| Component: | general | Assignee: | Marc Mutz <mutz> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | pim-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 2.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Christof Kälin
2008-12-09 23:34:20 UTC
We are aware of this. It's a backend problem: $ gpg --batch --edit <key> passwd save && echo yes || echo no [cancel the pinentry] yes On Linux, we could leave the "save" off, but that doesn't work on Windows (due to a bug in gpg, I guess). The correct solution would be to use the edit interactor mechanism of gpgme, or fix gpg. We're currently hoping for a backend fix. |