We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just installed on KDE Neon which is based of Ubuntu. Howdy nicely works along already installed fingerprint auth.
To make it work I had to configure the /dev/video0 by the means of sudo howdy config
sudo howdy config
Then it was necessary to do:
mkdir /usr/lib/security/howdy/snapshots sudo chmod 755 -R /lib/security/howdy sudo chmod 755 /usr/lib/security/howdy/snapshots sudo pip uninstall opencv-python sudo apt install python3-opencv
Based on respective threads (i.e. #450 and #390) so kudos to the finders!
Please consider updating the main README for Ubuntu/KDE Neon
The text was updated successfully, but these errors were encountered:
+1
For me it was necessary to run:
sudo pip install dlib
as showed by @ashkop in #781 (comment)
And change the code in file /usr/lib/security/howdy/pam.py as showed by @MurzNN in #799 (comment)
/usr/lib/security/howdy/pam.py
I am running Ubuntu 23.10 and Howdy 2.6.1
Sorry, something went wrong.
No branches or pull requests
Just installed on KDE Neon which is based of Ubuntu. Howdy nicely works along already installed fingerprint auth.
To make it work I had to configure the /dev/video0 by the means of
sudo howdy config
Then it was necessary to do:
Based on respective threads (i.e. #450 and #390) so kudos to the finders!
Please consider updating the main README for Ubuntu/KDE Neon
The text was updated successfully, but these errors were encountered: