apognu / tuigreet

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

cursor for the password positioned too low after commit 66b82c7d0e3545ae1be2030d6c59d9baa4783bf6 #130

Closed artix-arist closed 5 months ago

artix-arist commented 5 months ago

commit 66b82c7d0e3545ae1be2030d6c59d9baa4783bf6 causes the cursor for the password to be positioned too low:

tuigreet-cursor

apognu commented 5 months ago

I don't seem to be able to reproduce this, either from HEAD or the provided commit. Can you give any more information about your setup?

artix-arist commented 5 months ago

I simplified my /etc/greetd/config.toml file and found the differentiator: The problem only occurs when specifying '-g', as in: command = "tuigreet -g sometext"

apognu commented 5 months ago

I was able to reproduce, thanks. Once the build succeeds (or building from source), could you try a918caefc174e43a91e874b5cd49bc087c6707a2 and report it fixes all your issues? I will test in more detail tomorrow.

artix-arist commented 5 months ago

I tested and everything looks good now, also the --asterisks-char feature works as intended. Thank you very much.