Comment 1 for bug 2017780

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote (last edit ):

I'm sorry, but that's not a legit action: removing a required component is not the way to handle this case.

smart card login can be disabled "properly" by using gsettings

 sudo -u gdm env DCONF_PROFILE=gdm settings set \
  org.gnome.login-screen enable-smartcard-authentication false

Or use https://github.com/realmazharhussain/gdm-settings

See more on https://wiki.archlinux.org/title/GDM for further details on dconf settings.