Skip to content
New issue

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

how to disable listening on abstract socket? #75

Open
odomingao opened this issue Nov 18, 2024 · 1 comment
Open

how to disable listening on abstract socket? #75

odomingao opened this issue Nov 18, 2024 · 1 comment

Comments

@odomingao
Copy link

odomingao commented Nov 18, 2024

Hi,

xwayland-satellite -nolisten local results in:

thread 'main' panicked at src/main.rs:20:9:
Unexpected arguments: ["local"]

even though it's a valid xwayland option

How can I prevent it from listening on abstract sockets?

-nolisten alone results in it launching, but:

 2024-11-18T01:29:11.582Z INFO  xwayland_process   > Failed to disable listen for -rootless transportThe XKEYBOARD keymap compiler (xkbcomp) reports:

(doesn't actually disable it)

@Supreeeme
Copy link
Owner

There's currently no way to do this (without code changes) - the only argument satellite expects and will understand is a display number. But I suppose it would be reasonable to allow passing through all arguments to Xwayland.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants