You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How was it installed?: pacman -Syu --needed yubikey-manager-qt
Operating system and version: Arch Linux Rolling (updated 16.01.2023)
YubiKey model and version: YubiKey 5C NFC, Firmware 5.4.3
Bug description summary: YubiKey Manager seems unresponsive after clicking buttons to configure YubiKey. Please update UI to show a spinner and a message like "Configuring, please wait...".
Steps to reproduce
Open YubiKey Manager
Select "Applications / OTP"
Select a slot to configure
Run through the assistant
Click "Finish". Now the UI hangs for a several seconds.
Open YubiKey Manager
Select "Applications / OTP"
Select a slot to configure
Select "Static Password"
Click "Generate". Now the UI hangs for a several seconds.
Expected result
At least UI elements should be disabled. I generated multiple passwords because I thought the click wasn't registered. The UI feels sluggish in general.
Actual results
The UI should respond immediately to user actions. If a long running task is performed in the background, UI elements should be disabled and an indicator should be shown.
Other info
[Anything else you would like to add?]
The text was updated successfully, but these errors were encountered:
The GUI takes seemingly forever to load and set anything and while it does, it does not give you any feedback in its current state.
For the PIV settings, this even leads to PIN attempts being exhausted as sometimes the first click on applying settings does not actually do anything (but there is no response from the GUI, I just simultaneously check the current settings using the CLI), so the user tends to press the button to apply the settings multiple times, potentially queuing multiple commands, exhausting their PIN usages (as changing their PIN from an old PIN also exhausts the PIN usages when the old PIN is wrong).
I have tried it with both the AppImage and with the package in the pacman repositories.
Tested the same functionality on a MacBook Pro (Apple Silicon M3 Pro, using Rosetta to run the app) and it works fine there, with the same Yubikey (5C NFC, Firmware version 5.4.3).
The interesting part here might be that long-running background tasks only run for a long time in the GUI, the CLI reflects the changes immediately, thus (I would guess) it is likely an issue with the task processing in the GUI.
pacman -Syu --needed yubikey-manager-qt
Steps to reproduce
Expected result
At least UI elements should be disabled. I generated multiple passwords because I thought the click wasn't registered. The UI feels sluggish in general.
Actual results
The UI should respond immediately to user actions. If a long running task is performed in the background, UI elements should be disabled and an indicator should be shown.
Other info
[Anything else you would like to add?]
The text was updated successfully, but these errors were encountered: