| Summary: | "Could not start certificate manager. Please check your installation." on clicking an unknown key. | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Dan Dart <kde> |
| Component: | crypto | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | minor | CC: | montel, winter |
| Priority: | NOR | ||
| Version First Reported In: | 5.1.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dan Dart
2016-05-19 18:18:01 UTC
try installing kleopatra I believe kleopatra is the certificate manager program, not kgpg Ah, right. This seems to be OK. This wasn't obvious in the program, so perhaps installing it could be a suggestion/requirement at the checking stage? It's not a kmail problem. Report it to your distro. Thanks Regards Laurent,
KMessageBox::error( mParentWidget, i18n( "Could not start certificate manager; "
"please check your installation." ),
i18n( "KMail Error" ) );
How about changing that to
KMessageBox::error( mParentWidget, i18n( "Could not start certificate manager; "
"please make sure you have Kleopatra properly installed." ),
i18n( "KMail Error" ) );
Git commit 8f666fae9713e14f6067e9ad086e1c188699c648 by Montel Laurent. Committed on 20/05/2016 at 04:51. Pushed by mlaurent into branch 'master'. Change message as Allen requested M +4 -4 kmail/src/kmlaunchexternalcomponent.cpp http://commits.kde.org/kdepim/8f666fae9713e14f6067e9ad086e1c188699c648 |