Hi Danny, Danny Milosavljevic <dan...@scratchpost.org> writes:
> On Tue, 16 Apr 2019 16:07:19 -0400 > Mark H Weaver <m...@netris.org> wrote: > >> Did you test this service before pushing it to master? > > I can't remember - but probably not. Sorry. > >> Does it work for you? > > It didn't work but I fixed it now with commit > 0682f084635cdc289aabafc4b2583639e00a28b3. Thanks, but did you test that it actually works in practice? I strongly suspect that it still won't work. According to <https://wiki.archlinux.org/index.php/Fprint>, the 'pam_fprintd.so' module needs to be added to the PAM configuration. So, I guess we also need something along the lines of the following, which is used in 'elogind-service-type' in (gnu services desktop): ;; Extend PAM with pam_fprintd.so. (service-extension pam-root-service-type pam-extension-procedure) Would you be willing to take a look? I think it would be embarrassing to release Guix 1.0 with a documented service that has never been tested. What do you think? Regards, Mark