Add opt-in Plasma fingerprint workaround
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "$1" = post ] || exit 0
|
||||
systemctl --quiet is-active fprintd.service || exit 0
|
||||
|
||||
systemctl --no-block restart fprintd.service
|
||||
Reference in New Issue
Block a user