aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-09-24 16:36:03 -0400
committerB. Stack <bgstack15@gmail.com>2024-09-24 16:36:03 -0400
commitc496592945fafb032f2346af8ff4afb65dfd7569 (patch)
treee64bda87b1d517f89010f072c08a59a04fb6588a
parentadd verbose, advanced (control other users), docs (diff)
downloadfprintd-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.pngbin0 -> 17403 bytes
-rw-r--r--README.md7
-rw-r--r--aux/80-fprintd.rules5
3 files changed, 5 insertions, 7 deletions
diff --git a/.images/screenshot-fprintd-tk-window.png b/.images/screenshot-fprintd-tk-window.png
new file mode 100644
index 0000000..302e18d
--- /dev/null
+++ b/.images/screenshot-fprintd-tk-window.png
Binary files 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 <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 (
bgstack15