The greeter doesn't pick up fprintd's fingerprint readings
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Greeter |
Fix Released
|
Wishlist
|
Zisu Andrei |
Bug Description
Recently saw a driver was developed for the fingerprint sensor my laptop has, so I installed fprint according to https:/
I have configured it and it works fine with sudo and (I believe it is called) gksu.
The following line is present in /etc/pam.
auth [success=2 default=ignore] pam_fprintd.so timeout=10 # debug
In the greeter, there is no feedback about about fingerprint login being present or fingerprint strokes happening (in the case they have failed).
So, it's either:
a) the login screen doesn't know about the configuration so it doesn't act accordingly
b) the fingerprint strokes are registered, but they are unsuccessfull, but there is no feedback presented
Is there anyone who can advise on how I can identify the problem? I can even try and fix it if pointed to the right place (i.e. source-code location).
Related branches
- Fabian Thoma: Approve (code & functionality)
-
Diff: 560 lines (+348/-38)8 files modifiedAUTHORS (+4/-0)
CMakeLists.txt (+1/-0)
HACKING (+23/-0)
INSTALL (+6/-2)
src/Authenticator.vala (+198/-30)
src/CredentialsArea.vala (+99/-1)
src/CredentialsAreaActor.vala (+11/-2)
src/LoginBox.vala (+6/-3)
affects: | switchboard-plug-about → elementaryos |
Changed in pantheon-greeter: | |
status: | New → In Progress |
Changed in elementaryos: | |
status: | New → In Progress |
Changed in pantheon-greeter (Ubuntu): | |
status: | New → In Progress |
no longer affects: | elementaryos |
no longer affects: | pantheon-greeter (Ubuntu) |
Changed in pantheon-greeter: | |
status: | In Progress → Fix Committed |
Changed in pantheon-greeter: | |
importance: | Undecided → Wishlist |
milestone: | none → loki+1-beta1 |
Changed in pantheon-greeter: | |
milestone: | juno-beta1 → 3.1.0 |
status: | Fix Committed → Fix Released |
I have the same problem on my Thinkpad x201. Is there no solution to this problem ? If it has already been addressed elsewhere, I haven't found it.