Bug 156483 - Improve GnuPG Config Check GUI
Summary: Improve GnuPG Config Check GUI
Status: RESOLVED FIXED
Alias: None
Product: kleopatra
Classification: Applications
Component: general (show other bugs)
Version: outdated (old bug dump)
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Marc Mutz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-23 17:36 UTC by Jan-Oliver Wagner
Modified: 2008-10-23 17:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan-Oliver Wagner 2008-01-23 17:36:10 UTC
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. ]
 "
Comment 1 Marc Mutz 2008-03-07 16:04:54 UTC
> 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!
Comment 2 Marc Mutz 2008-03-07 18:22:51 UTC
> 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.
Comment 3 Marc Mutz 2008-03-07 18:23:40 UTC
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