From c496592945fafb032f2346af8ff4afb65dfd7569 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 24 Sep 2024 16:36:03 -0400 Subject: add image to readme --- .images/screenshot-fprintd-tk-window.png | Bin 0 -> 17403 bytes README.md | 7 +++++-- aux/80-fprintd.rules | 5 ----- 3 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 .images/screenshot-fprintd-tk-window.png diff --git a/.images/screenshot-fprintd-tk-window.png b/.images/screenshot-fprintd-tk-window.png new file mode 100644 index 0000000..302e18d Binary files /dev/null and b/.images/screenshot-fprintd-tk-window.png differ diff --git a/README.md b/README.md index e60cbfb..c176ddf 100644 --- a/README.md +++ b/README.md @@ -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 +The upstream project is hosted at ## 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 ( -- cgit