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
parent 9f5ff391cc
commit f329ed73fc

View file

@ -1050,7 +1050,6 @@ handle_new_surface(struct wl_listener *listener, void *data)
struct server *server = struct server *server =
wl_container_of(listener, server, xwayland_new_surface); wl_container_of(listener, server, xwayland_new_surface);
struct wlr_xwayland_surface *xsurface = data; struct wlr_xwayland_surface *xsurface = data;
wlr_xwayland_surface_ping(xsurface);
/* /*
* We do not create 'views' for xwayland override_redirect surfaces, * We do not create 'views' for xwayland override_redirect surfaces,