On Mon, 2008-12-08 at 20:41 +0100, Linus Färnstrand wrote:
> 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?

The service file got installed in /usr/local/share/dbus-1, as you didn't
set a prefix.

Cheers

_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to