keyboard focus lose
Thanks all work. I use gtk4 make app.but keyboard focus lose when app launch then open a new window then close it,I found keyboard focus work on mutter.I hope it work,because I use IR remote control will lose control.
WAYLAND_DEBUG=1 myapp,I found wl_surface commit destroy: [1657058.801] -> wl_surface#51.destroy()
I make a weston plugs try fix it: wl_signal_add(&surface->destroy_signal, &surf_data->surface_destroy_listener);
But not receive destroy_signal, if I close my gtk4 app,it receive destroy_signal instantly.