We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It stops at the end to wait for input, should auto-detect it's not being run interactively and not do that.
The text was updated successfully, but these errors were encountered:
I am experiencing this even for simple cases such as:
WAYLAND_DEBUG=1 wayland-info 2>&1 | wayland-debug -p
I couldn't yet dig into the code, but ooc how does it detect "new wayland connection" ? Isn't done by simply trying to regex match the stdout lines?
Thanks for writing this useful tool.
Sorry, something went wrong.
It assumes a single wayland connection, and uses regex to parse libwayland's debug output. What exact problem are you having with
?
I don't have wayland-info, but replacing that with weston-terminal it seems to work fine.
wayland-info
weston-terminal
No branches or pull requests
It stops at the end to wait for input, should auto-detect it's not being run interactively and not do that.
The text was updated successfully, but these errors were encountered: