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

Ubuntu Installation needs to be updated #869

Open
luciust opened this issue Dec 16, 2023 · 1 comment
Open

Ubuntu Installation needs to be updated #869

luciust opened this issue Dec 16, 2023 · 1 comment

Comments

@luciust
Copy link

luciust commented Dec 16, 2023

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:

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

@giuliofrey
Copy link

giuliofrey commented May 11, 2024

+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)

I am running Ubuntu 23.10 and Howdy 2.6.1

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

No branches or pull requests

2 participants