lock: integrate Howdy face recognition#1515
Open
T-m-m-s wants to merge 14 commits into
Open
Conversation
12fa204 to
2a3af11
Compare
…x Center.qml syntax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR integrates Howdy face recognition into the session lock screen. It allows for hands-free biometric authentication while maintaining full compatibility with existing password and fingerprint (fprint) methods.
Key Features:
Unified PAM Logic: Integrated Howdy into the main Pam.qml module for a centralized authentication flow.
Dynamic Detection: The shell checks for the howdy binary on startup; if not found, it remains dormant to avoid overhead.
UI Feedback: Added a face icon and "Scanning face..." status message in the lock screen center and input field.
UX Improvements:
Pressing any key (except Enter) during a scan immediately aborts Howdy to prioritize password input.
Pressing Enter with an empty buffer triggers a manual scan if one isn't already active.
Code Standards: Follows project QML formatting and section-ordering conventions.
Technical Details
Added assets/pam.d/howdy configuration.
Updated Center.qml and InputField.qml for visual feedback.
Ensured fprint support remains functional and visually consistent.
How to Test
Have howdy installed and configured on your system.
Lock the session.
The scanner should trigger automatically (or upon pressing Enter).
Verify that typing a password correctly interrupts the scan.