I’m in the process of installing Mediatomb and therefore needed to log in to Yast Software GUI. A password input box pops up but does not accept any keyboard input except the enter key. There have been no changes or updates to my system in months; this is a new development and a mystery. Reboot made no difference.
@geno11x11 If you open a terminal and at the prompt enter su - press enter and enter the root user password, does this work? If so if you run either yast or yast2 does this work?
When I select SUSE → System → Yast
a small window pops up for the password. Typing into that window, it does not respond to any keys other than Enter. However, it has accepted those keys. If I correctly type in the root password, then hit Enter, the Yast GUI opens.
It is not responding to other keys because it wants to keep the password private.
IceWM under openSUSE is using the terminal for password dialogs instead of a dedicated pw dialog.
Showing no chars when typing a password into a terminal is standard behaviour (also for other DEs…)
Well, now I’m red in the face. You are correct, the input box is accepting the characters even though it appears to be non-responsive. I’m logged in and working on my project. Thanks so much!
When it is a terminal emulator, it indeed emulates a good old TTY. And there the secrecy of passwords was maintained by switching off the “echo” of the asynchronous line. Thus characters are send from the terminal to the computer, but not echoed back to be displayed on the paper of the TTY.