13:34WhyNotHugo: Is there something like 'xvfb-run' for wayland?
13:35kchibisov: I think you can just use some compositor in headless mode?
13:37WhyNotHugo: Right, xvfb-run is just a script around Xvfb, so I guess I just need a wrapper around any lightweight compositor. Thanks.
14:20psykose: getting the exitcode is slightly nontrivial
14:21psykose: the scripts in https://codeberg.org/dnkl/foot/src/branch/master/pgo/full-inner.sh for instance write to a file that's checked after exit since wm exitcode is unrelated to if what you ran passed or not
14:21psykose: https://github.com/cage-kiosk/cage/pull/170 would be nice
15:49DodoGTA: How can I know if a fullscreen app has switched to a different wl_output?
15:53vyivel: DodoGTA: with wl_surface.{enter,leave}?
21:30bl4ckb0ne: kchibisov: how do you handle the wl frame loop kickstart in winit
21:30kchibisov: I don't ask frames.
21:30kchibisov: And I never commit in winit.
21:30kchibisov: Even If I will (since the next release) it's on users.
21:31kchibisov: The only thing I do, is to wait for initial configure to arrive before giving the window back to users, but I change that to async request.
21:44bl4ckb0ne: i havent found a design that satisfies me
22:39bl4ckb0ne: i need to find a way to let the user hook the frame signal before its emitted