Demi Marie Obenour <demiobenour@gmail.com> writes:
On 9/8/25 05:19, Alyssa Ross wrote:
Demi Marie Obenour <demiobenour@gmail.com> writes:
This breaks debugging because data written goes both to Weston (or its subprocesses) and to getty.
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
Can you give some more detail?
I was having problems logging in until I made this change. login was complaining that the username I passed was invalid, which turned out to be because it included only a subset of the characters I typed.
Okay, interesting. I haven't seen that. I think I did this because the example systemd unit for Weston[1] sets StandardInput=tty-fail. What do you think of that? [1]: https://wayland.pages.freedesktop.org/weston/toc/running-weston.html#running...