Update README.md

This commit is contained in:
uunicorn 2020-07-07 15:04:00 +12:00 committed by GitHub
parent 086b9e9b6c
commit 56a2922376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,6 +158,7 @@ Template hash: 36bc1fe077e59a3090c816fcf2798c30a85d8a8fbe000ead5c6a946c3bacef7b
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.
Right now it owns it's personal DBus name `io.github.uunicorn.Fprint` and implements a slightly different interface.
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.
## Debugging