Package Details: python-validity 0.15-1

Git Clone URL: https://aur.archlinux.org/python-validity.git (read-only, click to copy)
Package Base: python-validity
Description: Validity fingerprint sensor driver
Upstream URL: https://github.com/uunicorn/python-validity
Keywords: fprint synaptics validity
Licenses: MIT
Conflicts: python-validity
Provides: python-validity
Submitter: j.r
Maintainer: sudopluto
Last Packager: sudopluto
Votes: 18
Popularity: 0.013515
First Submitted: 2020-12-30 14:43 (UTC)
Last Updated: 2025-06-28 21:52 (UTC)

Pinned Comments

sudopluto commented on 2025-01-07 12:01 (UTC)

please let me know if any issues arise this update, will try to fix asap. otherwise, hope you enjoy a late Christmas present!

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

OliverP commented on 2024-11-16 03:11 (UTC)

+1 for the restart service inclusion. The script given on the Arch Wiki for the ThinkPad P51 corrupts NetworkManager if the open-fprintd-resume.service is restarted after resuming from sleep, and often doesn't work if that's commented out.

shafael170 commented on 2024-11-04 08:59 (UTC)

+1 for including the restart service in the package, searching for it manually is giving me an aneurysm

theblu3j commented on 2024-10-22 17:14 (UTC) (edited on 2024-10-22 17:15 (UTC) by theblu3j)

Chiming in to agree with including the restart service in the package.

szhang commented on 2024-10-20 23:22 (UTC)

could you please include the restart service in the package as well so that the reader still works after suspend (sleep)?

sudopluto commented on 2024-10-18 23:06 (UTC)

updated pkg for glib2 deps. please let me know if you would like me to include the restart service that some other distros package for proper wakeup from suspend for the reader

spinjrock commented on 2024-09-20 18:31 (UTC)

The package will build if "glib2" is added to dependencies in PKGBUILD.

sudopluto commented on 2024-09-09 18:58 (UTC)

@marukuxd i've sent off an email to the maintainer, will bring it up in mailing list if dont get a response in a couple of weeks, dont mind adopting package

marukuxd commented on 2024-06-14 07:39 (UTC) (edited on 2024-06-14 07:40 (UTC) by marukuxd)

Package does not install.

fprintd-clients-git/src/meson.build:1:24: ERROR: Dependency 'glib-2.0' tool variable 'glib_genmarshal' contains erroneous value: '/usr/bin/glib-genmarshal'

glib2-devel needs to be added as a dependency for the package to install properly, as per this issue on Arch gitlab.

Until the package gets updated -- if it ever does, you can fix the issue yourself with : yay -S glib2-devel .

PeterRies commented on 2024-05-10 06:50 (UTC)

this package does not work anymore with latest switch to python 3.12 in Endeavour or Arch linux.

fprintd-enroll gives list_devices failed and service status outputs

Mai 10 08:43:11 x270 systemd[1]: fprintd.service: Two services allocated for the same bus name net.reactivated.Fprint, refus>

I suppose this is related to it.

essn commented on 2023-04-16 21:13 (UTC)

So, I was playing around with EndeavorOS on my Thinkpad T480, and I ran into some hiccups with python-validity and open-fprintd packages. They were throwing similar error messages as mentioned in this thread: https://aur.archlinux.org/packages/python-validity#comment-853537.

I also noticed that when I ran whereis python, it showed me both the system version and the version managed by RTX.

To fix the issue, I disabled RTX, removed all fprintd packages, reinstalled them, then followed the instructions at https://github.com/uunicorn/python-validity. And voila, it worked!

There's probably a more streamlined solution out there - but, it worked in this case.

If you're using a language manager, it might be causing some confusion during the installation process.