apognu / tuigreet

Graphical console greeter for greetd
GNU General Public License v3.0
879 stars 41 forks source link

tuigreet doesn't show prompt text to fingerprint for fprint with '--user-menu' flag #131

Closed lootboxer closed 3 months ago

lootboxer commented 3 months ago

Hi! When I use --user-menu flag, fprint prompt doesn't appear after select of user.

apognu commented 3 months ago

Hi, could you provide the information listed in the Bug Report issue template, please? Also, for your specific issue, maybe an excerpt of your PAM configuration could help me reproduce.

Thank you.

lootboxer commented 3 months ago

Hi, could you provide the information listed in the Bug Report issue template, please? Also, for your specific issue, maybe an excerpt of your PAM configuration could help me reproduce.

Thank you.

Oh. I'm sorry, no problem :)

apognu commented 3 months ago

You did not have to close this, you could have added the information as a comment :)

lootboxer commented 3 months ago

I thought you meant to recreate it as a bug =D.

I just realized that this is not login not working, tuigreet doesn't show login screen with the text request to enter fingerprint. This is wait for entering fingerprint silently.

Describe the bug Tuigreet doesn't show text with request to enter fingerprint, when I login with --user-menu flag.

To Reproduce Steps to reproduce the behavior:

  1. To add --user-menu flag in command of starting session.
  2. To try login by select user in user menu.
  3. To try use fingerprint to login.

Expected behavior

Tuigreet shows window with request to enter fingerprint.

System information:

apognu commented 3 months ago

Ok, thank you! I was going to tell you it is most likely a big in the UI rather than an issue with authentication. Good news is you already realized that and that I have a fix almost ready to be pushed.

Thanks for providing details!

apognu commented 3 months ago

This should now be fixed on the head of the main branch! Thank you for reporting.