Page MenuHome GnuPG

Kleopatra: Version information sometimes not shown.
Testing, NormalPublic

Description

In the Kleopatra main window, if the compliance is displayed in the lower right corner, the version should also be displayed in the lower left corner. It is not always the case that the version is shown, probably because during multithreaded startup the information is not available when the window is created.

Maybe use an event when the version is available to update it in the window.

Event Timeline

alexk created this object with edit policy "Contributor (Project)".
ebo triaged this task as Normal priority.Wed, May 7, 8:56 AM

Kleopatra does not show version information in the status bar. It does show whatever is stored in the VERSION file under the key statusline in the group [Kleopatra].

Is this really an intermittent problem? I'm asking because the VERSION file is not loaded in a background thread so that this should behave deterministically.

ikloecker changed the task status from Open to Testing.Wed, May 7, 10:32 AM

The status bar is now updated in case the VERSION file is loaded after the main window was created.

@ebo: Should this be backported for VSD 3?

Backported for VSD 3.3.x