Package Details: howdy-git r586.c4521c1-1

Git Clone URL: https://aur.archlinux.org/howdy-git.git (read-only, click to copy)
Package Base: howdy-git
Description: Windows Hello style facial authentication for Linux
Upstream URL: https://github.com/boltgolt/howdy
Keywords: auth camera face hello ir windows
Licenses: MIT
Conflicts: howdy
Provides: howdy
Submitter: CCF_100
Maintainer: SelfRef
Last Packager: SelfRef
Votes: 1
Popularity: 0.144392
First Submitted: 2021-08-23 14:08 (UTC)
Last Updated: 2025-04-20 09:48 (UTC)

Latest Comments

1 2 Next › Last »

SelfRef commented on 2025-05-14 19:42 (UTC)

@kissuny: You need to be more specific.

  1. Did you try sudo howdy test? Does it recognize your face (green outline)?
  2. Did you configure your PAM settings correctly?

The most reliable config is to add line

auth sufficient pam_howdy.so

As first entry in /etc/pam.d/system-auth file.

kissuny commented on 2025-04-26 00:28 (UTC)

"I've set up face recognition using 'howdy add' and it confirmed a match, but it still doesn't unlock my screen properly."

SelfRef commented on 2024-11-08 09:23 (UTC) (edited on 2024-11-08 09:24 (UTC) by SelfRef)

@maoyaotang1 You have this runtime issue because the x265 package got updated and howdy was not and is still using older library.

To fix this, please reinstall/rebuild howdy-git, and to be safe python-dlib as well (preferably with clean build). I bumped the version so it'll be seen as update.

Let me know if you still have issues.

maoyaotang1 commented on 2024-11-07 23:54 (UTC)

Traceback (most recent call last): File "/usr/lib/howdy/cli.py", line 117, in <module> import cli.test File "/usr/lib/howdy/cli/test.py", line 11, in <module> import cv2 ImportError: libx265.so.209: cannot open shared object file: No such file or directory

SelfRef commented on 2024-05-03 05:59 (UTC) (edited on 2024-05-03 06:00 (UTC) by SelfRef)

@joehillen Every time the python package gets an update to new version, all libraries need to be updated as well, unfortunately. python-dlib is from AUR so you'll have to remember to rebuild it manually.

This issue is described on the wiki.

joehillen commented on 2024-05-02 18:21 (UTC)

Nevermind. Rebuilding python-dlib from a fresh clone solved the issue.

joehillen commented on 2024-05-02 18:07 (UTC)

howdy has recently broken for me

$ sudo howdy test
Traceback (most recent call last):
  File "/usr/lib/howdy/cli.py", line 117, in <module>
    import cli.test
  File "/usr/lib/howdy/cli/test.py", line 10, in <module>
    import dlib
ModuleNotFoundError: No module named 'dlib'

python-dlib is installed and I tried reinstalling it. I don't know enough about Python to investigate deeper.

SelfRef commented on 2024-04-20 04:49 (UTC)

Package script have been rewritten from scratch to use native meson build.

CCF_100 commented on 2022-03-08 15:39 (UTC)

@tom I fixed the package, try again

tom commented on 2021-12-16 16:30 (UTC)

in clean chroot:

ccm s

... -> Found shape_predictor_5_face_landmarks.dat.bz2 ==> Validating source files with sha256sums... howdy ... Skipped dlib_face_recognition_resnet_model_v1.dat.bz2 ... Passed mmod_human_face_detector.dat.bz2 ... Passed shape_predictor_5_face_landmarks.dat.bz2 ... Passed ==> ERROR: Cannot find the git package needed to handle git sources. ==> ERROR: Build failed, check /var/tmp/.../build