Keyboard input sometimes not working #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Occasionally after startup, keyboard input does not register in the password entry. Wildly typing sometimes resolves it, suggesting a timing/race condition rather than a permanent grab failure.
Moongreet uses
gtk4_layer_shell::KeyboardMode::Exclusivefor keyboard grab. The issue likely stems from a race condition where the greeter window maps before the compositor confirms the keyboard grab.To investigate:
grab_focus()after window map resolves the issue