Search Criteria
Package Details: howdy-beta-git 2.6.1.r239.gc5b1766-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/howdy-beta-git.git (read-only, click to copy) |
---|---|
Package Base: | howdy-beta-git |
Description: | Windows Hello for Linux (Beta) |
Upstream URL: | https://github.com/boltgolt/howdy |
Licenses: | MIT |
Conflicts: | howdy |
Provides: | howdy |
Submitter: | echizenryoma |
Maintainer: | Blendman974 |
Last Packager: | Blendman974 |
Votes: | 2 |
Popularity: | 0.51 |
First Submitted: | 2022-04-09 14:46 (UTC) |
Last Updated: | 2023-09-26 07:31 (UTC) |
Dependencies (19)
- hdf5 (hdf5-git, hdf5-1.12, hdf5-openmpi)
- opencv (opencv2, opencv-cuda)
- python (python36, python32, python37, python39, python38, python310, python312)
- python-click
- python-dlib (python-dlib-cuda)
- python-face_recognition
- python-face_recognition_models
- python-numpy (python-numpy1.22, python-numpy-flame, python-numpy-mkl-bin, python-numpy-git, python-numpy-openblas, python-numpy-mkl)
- python-opencv
- python-pillow (python-pillow-git, python-pillow-simd)
- cmake (cmake-git) (make)
- gettext (gettext-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- libevdev (libevdev-git) (make)
- libinih (libinih-git) (make)
- meson (meson-git) (make)
- pam (pam-selinux) (make)
- pkgfile (pkgfile-git) (make)
- python-elevate (python-elevate) (optional) – for GUI howdy-gtk
Required by (0)
Sources (4)
- git+https://github.com/boltgolt/howdy.git#branch=beta
- https://github.com/davisking/dlib-models/raw/master/dlib_face_recognition_resnet_model_v1.dat.bz2
- https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2
- https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2
Latest Comments
Blendman974 commented on 2023-09-26 07:36 (UTC)
Updated PKGBUILD. Thx vixalien
dakush commented on 2023-09-26 00:22 (UTC)
The PKGBUILD from vixallen also works for me. Thanks!
vixalien commented on 2023-09-25 13:09 (UTC)
the following PKGBUILD seems to work for me
chrishoage commented on 2023-09-14 21:05 (UTC)
The latest commit https://github.com/boltgolt/howdy/commit/95df4d2d48d772d88ad1a8f2be290ce38752bdd4 switches to the meson build system, and this appears to have broken the build here
Blendman974 commented on 2023-06-23 12:06 (UTC)
Permissions are now 755 for directories and 644 for files. And howdy GTK should be back.
sidevesh commented on 2023-06-23 07:24 (UTC)
Can the gtk ui of this be reenabled ? I see that the lines installing the gtk ui are commented out in the commit just named "Workaround to make howdy work" but has other changes too.
pztrn commented on 2023-05-24 16:17 (UTC)
To make it work with KDE screen locker I have to give 0755 to directories and 0644 to all files in
/etc/howdy
(and/lib/security/howdy
accordingly), otherwise screen locker, which works as regular user, unable to unlock screen.Can you please fix it in PKGBUILD?