From d20d5675f52d25411315578c0043a788f0c20346 Mon Sep 17 00:00:00 2001 From: John Lindgren Date: Mon, 1 Dec 2025 21:49:31 -0500 Subject: [PATCH] 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. --- src/xwayland.c | 1 - 1 file changed, 1 deletion(-) 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,