Created wayland socket #107
-
Hello! Sorry, I haven't dug in too deep but I didn't see any mention of it so I thought I'd ask first. When I launch xwayland-satellite I see FWIW it seems to be working regardless, I have my parent wayland socket in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Satellite itself is a Wayland compositor, and as such needs to create a socket for Xwayland to connect to. However, the only client it will actually listen to is Xwayland, so if something else tries to connect to that socket it will probably timeout or hang. Assuming your WAYLAND_DISPLAY environment variable is set correctly (it is if satellite is working), none of your other Wayland clients should even attempt to use that socket. |
Beta Was this translation helpful? Give feedback.
Satellite itself is a Wayland compositor, and as such needs to create a socket for Xwayland to connect to. However, the only client it will actually listen to is Xwayland, so if something else tries to connect to that socket it will probably timeout or hang. Assuming your WAYLAND_DISPLAY environment variable is set correctly (it is if satellite is working), none of your other Wayland clients should even attempt to use that socket.