-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fingerprint Support #11
Comments
AFAIK the libfprint support is a PAM module and would probably work in gtklock too. |
Ah, i see, no modifications necessary to gtklock code? Ill give this a go. If one wanted to add UI elements which indicate fingerprint, they can be written as a module? |
I'm working on a solution to display messages and errors from PAM modules in the UI so there will be some indication. |
Thanks, also |
Glad it works for now, I'll close this issue when I push the UI messages... EDIT: Also the documentation should be updated... |
I pushed the changes to the message branch and tested using the pam_echo module. |
@jovanlanik just gave it a try. Get a seg fault.
gdb backtrace above. |
@ldelossa Can you try it again? I did some more work on the |
Aha! that is pretty slick! My only suggestion is, the entire UI seems to "shift up" when a message is displayed. This is subjective, but it maybe "smoother" to have them not shift the text around. But overall, this is very dope. |
Well, the content of the window is supposed to be centered. Maybe I'll look into an animation to smooth it out. |
Hey there.
GTKLock looks awesome. However, would it be possible to support libfprint finger print? Ideally, this setup works very nicely for swaylock: swaywm/swaylock#61 (comment)
The text was updated successfully, but these errors were encountered: