diff options
author | B. Stack <bgstack15@gmail.com> | 2024-09-24 16:36:03 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-09-24 16:36:03 -0400 |
commit | c496592945fafb032f2346af8ff4afb65dfd7569 (patch) | |
tree | e64bda87b1d517f89010f072c08a59a04fb6588a | |
parent | add verbose, advanced (control other users), docs (diff) | |
download | fprintd-tk-c496592945fafb032f2346af8ff4afb65dfd7569.tar.gz fprintd-tk-c496592945fafb032f2346af8ff4afb65dfd7569.tar.bz2 fprintd-tk-c496592945fafb032f2346af8ff4afb65dfd7569.zip |
add image to readme
-rw-r--r-- | .images/screenshot-fprintd-tk-window.png | bin | 0 -> 17403 bytes | |||
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | aux/80-fprintd.rules | 5 |
3 files changed, 5 insertions, 7 deletions
diff --git a/.images/screenshot-fprintd-tk-window.png b/.images/screenshot-fprintd-tk-window.png Binary files differnew file mode 100644 index 0000000..302e18d --- /dev/null +++ b/.images/screenshot-fprintd-tk-window.png @@ -1,8 +1,10 @@ -# README for fprintd_tk +# README for fprintd-tk This project is a desktop application that makes it easy for a user to control fingerprint enrollments. +[App window![](.images/screenshot-fprintd-tk-window.png)](.images/screenshot-fprintd-tk-window.png) + ## Upstream -The upstream project is hosted at <https://bgstack15.ddns.net/cgit/fprintd_tk> +The upstream project is hosted at <https://bgstack15.ddns.net/cgit/fprintd-tk> ## Alternatives @@ -24,6 +26,7 @@ Run the program. 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 +Python application. ## References diff --git a/aux/80-fprintd.rules b/aux/80-fprintd.rules index 1da22cf..080334f 100644 --- a/aux/80-fprintd.rules +++ b/aux/80-fprintd.rules @@ -1,10 +1,5 @@ /* .. File: 80-fprintd.rules -.. Startdate: 2023-01-12-5 15:59 -.. History: -.. 2024-09-24 updated for current correctness required -.. Purpose: replaced fprintd.pkla for bgconf 0.1.34 -.. Origin: placed by fingerprint-scanner.sh */ polkit.addRule(function(action, subject) { if ( |