After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 660491 - prompts to swipe finger after fingerprint plugin removed
prompts to swipe finger after fingerprint plugin removed
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other Mac OS
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
: 660911 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-09-29 16:13 UTC by William Jon McCann
Modified: 2011-10-19 01:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
data: move fingerprint/smartcard pam files to common data (5.28 KB, patch)
2011-10-19 01:21 UTC, Ray Strode [halfline]
committed Details | Review

Description William Jon McCann 2011-09-29 16:13:44 UTC
I was having trouble with login and suspected the fingerprint plugin. I rpm -e removed gdm-plugin-fingerprint and then went back to the greeter and clicked Cancel.

The next time I clicked my name I saw a "(or swipe finger)" prompt under the text entry.

It is especially interesting because I didn't see this before I removed the plugin but I didn't expect to see it after at all.
Comment 1 Ray Strode [halfline] 2011-09-30 21:47:12 UTC
So gdm-plugin-fingerprint is actually a legacy of the fall back greeter. The shell based greeter has no plugin mechanism for disabling fingerprint. Whether fingerprint shows up is a matter of if the config key is enabled and fprintd is installed.

The reason it has any effect at all, is because we ship the pam service file with the plugin instead of in the code gdm data directory. I think that's wrong though. We shouldn't rely on that fact.  In fedora we should fold the plugin packages into the same package as the fallback greeter, too, i think.
Comment 2 Bill Nottingham 2011-10-04 19:33:31 UTC
*** Bug 660911 has been marked as a duplicate of this bug. ***
Comment 3 Ray Strode [halfline] 2011-10-19 01:21:48 UTC
The following fix has been pushed:
0e0aca6 data: move fingerprint/smartcard pam files to common data
Comment 4 Ray Strode [halfline] 2011-10-19 01:21:51 UTC
Created attachment 199384 [details] [review]
data: move fingerprint/smartcard pam files to common data

The non-fallback greeter uses them, too, so they shouldn't
be in the fallback greeter source directories.