Changed description of dbus service in readme.
This commit is contained in:
parent
0dbd04c972
commit
8d11c36361
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
|
@ -155,10 +155,15 @@ Template hash: 36bc1fe077e59a3090c816fcf2798c30a85d8a8fbe000ead5c6a946c3bacef7b
|
||||||
```
|
```
|
||||||
|
|
||||||
## DBus service
|
## DBus service
|
||||||
Sources contain [dbus-service.py](dbus-service.py) file, which is a simple DBus service which can serve list/enroll/verify/delete prints.
|
|
||||||
Previosly it was trying to impersonate [fprint](https://www.freedesktop.org/wiki/Software/fprint/) daemon.
|
When started, DBus service will first try to initialize the device, then it will try to register itself with the
|
||||||
Right now it owns it's personal DBus name `io.github.uunicorn.Fprint` and implements a slightly different interface.
|
[open-fprintd](https://github.com/uunicorn/open-fprintd) service. If `open-fprintd` is not available it will wait for it
|
||||||
To use standard clients like gnome settings with this service, you need a [broker service](https://github.com/uunicorn/open-fprintd) which replaces the standard `fprintd` daemon.
|
to come up.
|
||||||
|
|
||||||
|
To start DBus service from the sources (useful for debugging):
|
||||||
|
```
|
||||||
|
PYTHONPATH=. ./dbus_service/dbus-service
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Debugging
|
## Debugging
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue