boltgolt / howdy

🛡️ Windows Hello™ style facial authentication for Linux
MIT License
5.55k stars 288 forks source link

Add text to avoid empty input for input workaround #888

Open soraxas opened 4 months ago

soraxas commented 4 months ago

For the input workaround, we add a space key event to input some text before pressing the enter key. This avoid the error that happens due to gtk preventing empty input.

This make it so that the workaround works in gtk auth like:

Screenshot from 2024-02-06 17-18-11

Pretty much after the original workaround doesn't work, we will enter a space key before pressing enter

soraxas commented 4 months ago

closes #735