Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Installing open-fprintd and fprintd-clients on OpenRC (Python Validity) (Read 1391 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Installing open-fprintd and fprintd-clients on OpenRC (Python Validity)

Hello!

I'm trying to make my fingerprint reader work on my Artix Linux OpenRC install. My fingerprint reader being made by Validity,  python validity is my only choice. So fprintd is not an option for me. All AURs repos require libsystemd. The repos in question are: python-validity-git, fprintd-clients, and open-fprintd. 2 of them depends on libsystemd. I'm not very experienced on making it work using OpenRC so i tought i'd ask help here.  :)

Re: Installing open-fprintd and fprintd-clients on OpenRC (Python Validity)

Reply #1
Have you tried to remove their libsystemd dependency, compiling and installing them and seeing if they just work?

Re: Installing open-fprintd and fprintd-clients on OpenRC (Python Validity)

Reply #2
This is the first thing i did, i got stuck at compiling fprintd-clients, requiring systemd (not libsystemd !), not sure how to proceed to remove systemd dependencies without breaking the software.

Re: Installing open-fprintd and fprintd-clients on OpenRC (Python Validity)

Reply #3
There is ebuild in Gentoo repo, with patches for using libelogind as libsystemd provider. You can try to adapt those.

Re: Installing open-fprintd and fprintd-clients on OpenRC (Python Validity)

Reply #4
I'll see what i can do with this, there are a bit of modifications to be done for it to fit the .patch file