Hi.
I have installed libusb, libfprint & fprind all from git.
I run ubuntu Intrepid.
Now I am trying to access the daemon from python using dbus.
But the code:
import dbus
bus = dbus.SystemBus()
bus.get_object('net.reactivated.Fprint.Manager', '/')
Gives me:
dbus.exceptions.DBusException:
org.freedesktop.DBus.Error.ServiceUnknown: The name
net.reactivated.Fprint.Manager was not provided by any .service files
And there are no .service file for anything similar to fprintd in
/usr/share/dbus-1
I have /usr/local/libexec/fprintd so the daemon seems to be there
Where can I download this .service file? or how do I make dbus find the service?
what is the path to the exact objects/methods supplied by fprintd?
_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint