> > > Downloaded the dsd-fprintd-4ea1c48.tar.gz from > > https://github.com/dsd/fprintd > > > > Unfortunatelly, no configure file in the source. > > > > Am I missing something? > > http://www.mail-archive.com/[email protected]/msg01547.html > > And read the archives for links to git. > > Cheers >
The links points to the fprint, not to the fprind..... ???? I have found the last source in http://cgit.freedesktop.org/libfprint/fprintd/ Sucessfuly compiled using autogen.sh (it was necessary to install gtk-doc-tools and libpolkit-gobject-1-dev first) Unfortunatelly the Python script throws the same error: =============== script snippet ===================== import dbus bus = dbus.SystemBus() scanner = bus.get_object("net.reactivated.Fprint","/net/reactivated/Fprint/Device","net.reactivated.Fprint.Device") print scanner.ListEnrolledFingers("petr") =============================================== Exception: ================================================ dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "ListEnrolledFingers" with signature "s" on interface "(null)" doesn't exist finally, I have tried to ./configure --localstatedir=/var --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc but the same result Cheers Petr
_______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
