06:46wlb: wayland Issue #471 opened by DeltA DeltaDev (delta.deltadev.127) About wl_registry.bind signature mismatch https://gitlab.freedesktop.org/wayland/wayland/-/issues/471
09:22ifreund: Can I programatically set the active layout for an xkb_state on the server side using xkbcommon?
09:23ifreund: The only function I see that seems to allow that is xkb_state_update_mask() which is documented as intended for client-side use only
09:32wlb: wayland Issue #471 closed \o/ (About wl_registry.bind signature mismatch https://gitlab.freedesktop.org/wayland/wayland/-/issues/471)
09:35ifreund: seems like the answer is indeeed to use xkb_state_update_mask()...
21:29b0bafett: Hello everyone. Noob around here, so please bear with me.
21:30b0bafett: I had this docker container setup with weston installed where I could launch a desktop on tty7 just by running "weston-launch --user=root --tty=/dev/tty7"
21:31b0bafett: Since I updated the container and got a more recent version of Weston (v 13.0.0) weston-launch is not available since it's been deprecated.
21:32b0bafett: I've been trying weston binary to get the same result, but I'm failing miserably.
21:33b0bafett: Any tips or hints?
21:34vyivel: seatd-launch?
21:36kennylevinsen: if you were using weston-launch previously, you'd probably be using seatd (with or without seatd-launch now). seatd grants you the active tty, so you'd have to chvt 7 first if you need to use that one.
21:38b0bafett: yes, I thought along those lines. Let me give it a go. Thanks guys!