Page MenuHome GnuPG

Kleopatra: Progress bar for keyserver lookup should be continuous for accessiblity
Closed, WontfixPublic

Description

Currently a keyserver lookup will show a progress bar with states 0%, 50% and 100%:


This should be continuous, as e.g. NVDA will be silent for quite a while without indication that Kleopatra is busy.

Details

Version
gpg4win-5.0.0-beta413 @ win11

Event Timeline

timegrid created this object with edit policy "Contributor (Project)".

The 50 % is when either WKD lookup or keyserver lookup are done and the other is still running. None of those two lookups can be partially done. Hence there's no way to do something with more steps (safe for faking it with a timer). The only alternative is an unspecified progress bar, but unspecified progress bars (aka busy indicators) are completely silent as you can see in the "Loading certificate cache..." busy indicator. (NVDA's code doesn't support unspecified progress except in their own installer which has special code for this, i.e. the installer makes the sound itself.)

ikloecker renamed this task from Kleopatra: Progress bar for keyserver lookup should be continuos for accessiblity to Kleopatra: Progress bar for keyserver lookup should be continuous for accessiblity.Mon, Nov 24, 11:06 AM

Ah, I see. I heard the continuous beeps with another pitch once (probably in the installer then) and thought this was possible. Shall I set this to won't fix then?

Yes, very likely it was with NVDA's (update) installer. Therefore I looked at NVDA's source code to find out how to make it work for Kleopatra just to find out that NVDA fakes it itself. I would close this ticket as won't fix.

timegrid claimed this task.