Fingerprint scanner: Difference between revisions

Add a section about how to configure fingerprint login like in other distros
Granddave (talk | contribs)
Add fingerprint enrollment for Gnome
Line 22: Line 22:


== Enroll fingerprint ==
== Enroll fingerprint ==
Just run <syntaxhighlight lang="bash">sudo fprintd-enroll</syntaxhighlight> or use the UI in the Desktop Environment if available.
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 ==