Version: 1.9.0 (using Devel) Installed from: Compiled sources The usage of this feature is currently sub optimal for end users. I suggest to apply the following changes: * rename menu item "Settings->Check GnuPG Configuration ..." to "Settings->GnuPG Configuration Self-Check ..." * The newly opened dialog should have a title. Proposed: "Kleoptra: GnuPG Configuration Self-Check". * The description above the text window should be better something like "This is the result of the GnuPG configuration self-check:" * In the text area there should appear a text like "Results of self-check for personal GnuPG configuration: [ some text returned from gpgconf | No problems identified. | Self-check failed, please inform your system administrator. ] Results of self-check for system-wide GnuPG configuration: [ some text returned from gpgconf | No problems identified. | No global configuration found (expected in file 'C:\.....). This is not necessarily an error, the system administration might have decided to not set up a system wide configuration. | Self-check failed, please inform your system administrator. ] "
> No global configuration found (expected in file 'C:\.....). This is not > necessarily an error, the system administration might have decided to not set > up a system wide configuration. This string has to come from gpgconf, Kleopatra won't parse the gpgconf output to look for specific errors. Those are localized strings!
> Results of self-check for personal GnuPG configuration: > Results of self-check for system-wide GnuPG configuration: I don't find gpgconf options to switch between these. Rest implemented.
SVN commit 783292 by mutz: Give the gpgconf --check-config dialog a bit of love BUG:156483 M +33 -8 mainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=783292