fprintd is a D-Bus daemon that offers [[libfprint|Software/fprint/libfprint]] functionality over the D-Bus interprocess communication bus. By adding this daemon layer above libfprint, we solve various problems related to multiple applications simulatenously competing for fingerprint readers. While it is not very nice to think of a daemon being necessary in this scenario, fprintd will be launched by D-Bus through the activation mechanism. This means it is launched only when needed, and additionally it will shut itself down after a period of inactivity. ## Development This software is developed using the [[git version control system|http://git.or.cz/]]. The [[git user manual|http://www.kernel.org/pub/software/scm/git/docs/user-manual.html]] is very useful for new users. * git://anongit.freedesktop.org/libfprint/fprintd * [[View online|http://cgit.freedesktop.org/libfprint/fprintd/]] Bug reports and (git formatted) patches should go to the [[FreeDesktop bugzilla|https://bugs.freedesktop.org/enter_bug.cgi?product=libfprint]].