aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e60cbfb2334177ed8faa8668bc17f3e1e667997d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# README for fprintd_tk
This project is a desktop application that makes it easy for a user to control fingerprint enrollments.

## Upstream
The upstream project is hosted at <https://bgstack15.ddns.net/cgit/fprintd_tk>

## Alternatives

* Use `fprintd-enroll` on cli.
* Use whatever probably-GNOME software is demonstrated in <https://wiki.debian.org/SecurityManagement/fingerprint%20authentication>

## Reason for existence
I couldn't find a window-manager friendly gui for managing fingerprints.

## Using
Run the program.

## Dependencies

* [python-tkstackrpms](https://bgstack15.ddns.net/cgit/python3-tkstackrpms/)
* python3-tk
* python3-pil

The application really needs the user to have password-less auth permission in dbus/polkit to the fprintd actions. You will want a file like [80-fprintd.rules](aux/80-fprintd.rules)

## Building

## References

* Icons adapted from [Numix Circle icon theme](https://github.com/numixproject/numix-icon-theme-circle) under GPL 3.0
bgstack15