Add opt-in Plasma fingerprint workaround

This commit is contained in:
ajp_anton
2026-09-04 23:16:15 +00:00
parent 810c8caf74
commit 19df3c3a75
16 changed files with 920 additions and 0 deletions
+18
View File
@@ -17,6 +17,7 @@ sudo dnf config-manager addrepo \
sudo dnf install touchpad-hold-tap
sudo dnf install plasma-always-show-unlock
sudo dnf install plasma-task-group-shortcuts
sudo dnf install plasma-fingerprint-workaround
```
## Compatibility
@@ -82,3 +83,20 @@ removing it, restore them with:
```bash
plasma-task-group-shortcuts --restore-shortcuts
```
### Plasma fingerprint workaround
Experimental and unaudited. The `plasma-fingerprint-workaround` package is an
inert controller for installing a patched Fedora KScreenLocker build that
recovers fingerprint authentication after suspend. It makes no lock-screen
changes when installed and must be enabled explicitly:
```bash
sudo plasma-fingerprint-workaround enable
```
The patched build is not present in the DNF repository and therefore cannot be
selected by a normal system update. The controller can also install a locally
built RPM and restore Fedora's original package. See the tool's
[`README`](plasma-fingerprint-workaround/README.md) for the security warning,
build instructions, version checks, and force-downgrade option.