Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth: make fingerprint initialization async #544

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

moggiesir
Copy link
Contributor

Communicating over dbus and waiting for fingerprint device initialization can take long enough to delay the first draw and potentially display the recovery screen, so this switches to initialize fingerprint support asynchronously.

Fixes #543

@mageowl
Copy link

mageowl commented Nov 4, 2024

This fixes the issue for me.

src/core/Fingerprint.cpp Outdated Show resolved Hide resolved
src/core/Fingerprint.cpp Outdated Show resolved Hide resolved
src/core/Fingerprint.cpp Outdated Show resolved Hide resolved
src/core/Fingerprint.cpp Outdated Show resolved Hide resolved
@vaxerski vaxerski merged commit 1cd3231 into hyprwm:main Nov 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fingerprint can block hyprlock startup resulting in the recovery screen flashing
3 participants