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.
This commit is contained in:
John Lindgren 2025-12-01 21:49:31 -05:00 committed by Consolatis
parent 7f7b5f57ec
commit d20d5675f5

View file

@ -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,