linux_face_unlock icon indicating copy to clipboard operation
linux_face_unlock copied to clipboard

Add support for different distros

Open rushabh-v opened this issue 3 years ago • 8 comments

  • [ ] Fedora
  • [ ] Archlinux

Feel free to add other distros of your choice in the comments below.

rushabh-v avatar Sep 12 '20 06:09 rushabh-v

currently working to integrate with arch but requires /usr merge as mentioned here

sarbesh avatar Nov 09 '20 06:11 sarbesh

Thanks, @sarbesh. Please feel free to reach me out for any help. Can we do the /usr merge step in the installation workflow (of arch) itself? (Or I understood it wrong?)

rushabh-v avatar Nov 09 '20 15:11 rushabh-v

We can do it in arch installation but the path /lib/Auth/Facerec is hardcoded into the files, we need to make it relative or pick a path from some config. Moreover, it is highly recommended to store the files and config at /usr/lib Even though /usr/lib is a symlink to /lib. please follow https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge/ for more info about /usr merge.

sarbesh avatar Nov 09 '20 16:11 sarbesh

Okay, got it. I am creating two issues. One for putting the Facerec's path in the config file and one for changing the installation path to /usr/lib/... And I will follow up on those issues. Thanks!

rushabh-v avatar Nov 09 '20 16:11 rushabh-v

I created one combined issue here: https://github.com/rushabh-v/linux_face_unlock/issues/20

rushabh-v avatar Nov 09 '20 16:11 rushabh-v

https://github.com/rushabh-v/linux_face_unlock/pull/21 has been merged. You may want to merge master into your branch @sarbesh

rushabh-v avatar Nov 11 '20 09:11 rushabh-v

Any update on this @sarbesh?

rushabh-v avatar Dec 02 '20 15:12 rushabh-v

There is some user configuration to be made when setting it up, as mentioned in for howdy here. Am trying to remove user side configuration dependency but didn't get any luck as of now. Other than this the base is ready.

sarbesh avatar Dec 03 '20 05:12 sarbesh