Fingerprint scanner: Difference between revisions
Add a section about how to configure fingerprint login like in other distros |
Add fingerprint enrollment for Gnome |
||
Line 22: | Line 22: | ||
== Enroll fingerprint == | == Enroll fingerprint == | ||
Fingerprint enrollment can be done via the [[Command Shell|CLI]] or the UI in the Desktop Environment if available. | |||
=== CLI === | |||
<syntaxhighlight lang="bash">$ sudo fprintd-enroll</syntaxhighlight> | |||
=== Gnome === | |||
# Open Gnome Settings | |||
# Scroll down to ''System'' | |||
# Enter the ''Users'' menu | |||
# Enter ''Fingerprint Login'' and add fingerprints | |||
'''Note:''' If the ''Fingerprint Login'' item is not available, the <code>fprintd</code> driver might not be configured correctly. | |||
== Login == | == Login == |