From: John Lindgren Date: Tue, 2 Dec 2025 02:49:31 +0000 (-0500) Subject: xwayland: don't send _NET_WM_PING to new windows X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=d20d5675f52d25411315578c0043a788f0c20346;p=proto%2Flabwc.git xwayland: don't send _NET_WM_PING to new windows No one remembers why we were doing this, and we do not handle the ping_timeout event, so it seems pointless. Also it appears to confuse some older X clients. --- diff --git a/src/xwayland.c b/src/xwayland.c index 9c58f574..0fd2168e 100644 --- a/src/xwayland.c +++ b/src/xwayland.c @@ -1051,7 +1051,6 @@ handle_new_surface(struct wl_listener *listener, void *data) struct server *server = wl_container_of(listener, server, xwayland_new_surface); struct wlr_xwayland_surface *xsurface = data; - wlr_xwayland_surface_ping(xsurface); /* * We do not create 'views' for xwayland override_redirect surfaces,