00:11 wlb: weston Merge request !1581 opened by Leandro Ribeiro (leandrohrb) Delete cms-static and cms-colord plugins https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1581 [Colour management]
02:26 danieldg: outfoxxed[m]: generally it's fine, the restrictions are mostly on surface-specific objects and they'll give an error for it
02:27 danieldg: viewporter is an example of that
02:27 outfoxxed[m]: I just need to create xdg_positioners
02:27 outfoxxed[m]: and qtwayland doesn't have the headers for xdg shell exposed in the include paths
02:27 outfoxxed[m]: so i bind xdg_wm_base again to create them
02:28 danieldg: yeah, things like that are common. If you look at a trace of something using vulkan you'll see duplicate binds of a lot of things.
02:28 outfoxxed[m]: alright thanks
02:28 danieldg: (some by the app and some by gl code)
07:59 outfoxxed[m]: Is a 0x0 box allowed for xdg_positioner::set_anchor_rect? it only mentions negative boxes being disallowed but some compositors don't accept it
08:00 vyivel: iirc no?
08:00 outfoxxed[m]: why would it be disallowed?
08:00 vyivel: > For an xdg_positioner object to be considered complete, it must have a non-zero size set by set_size, and a non-zero anchor rectangle set by set_anchor_rect.
08:01 outfoxxed[m]: oh missed that part
08:13 outfoxxed[m]: is it legal to create a popup for a surface that has been comitted but has not yet received a configure?
08:13 outfoxxed[m]: asking again because its handled differently by different compositors
08:21 vyivel: outfoxxed[m]: isn't it illegal to commit an xdg_surface without a role?
08:21 vyivel: so you should create it before the first commit anyway
08:22 outfoxxed[m]: i mean the parent surface is comitted
08:22 vyivel: ah
08:22 vyivel: should be fine then i think?
08:22 outfoxxed[m]: noticing wayfire positions it oddly
08:22 outfoxxed[m]: sway seems to work
08:23 vyivel: maybe it picks the wrong position to apply positioner rules
08:24 outfoxxed[m]: trying kwin but nothing is showing up in it for some reason
08:25 outfoxxed[m]: odd but whatever i guess
08:25 outfoxxed[m]: looks like weston handles it fine
08:26 outfoxxed[m]: alright
08:26 outfoxxed[m]: seems reasonable to consider wayfire and hyprland blowing up not my problem, thanks
08:56 wlb: weston Issue #937 opened by Sriharsha P V (Sriharsha) Abnormal behavior observed in Firefox & Chrome application https://gitlab.freedesktop.org/wayland/weston/-/issues/937
11:37 swick[m]: daniels: weston is still on v2 of the cm protocol. any issue with adding a client that implements v4 already?
11:38 swick[m]: ...and uses the parametric creator.
11:39 daniels: nope, no issue with adding a v4 client; we'll get on adding v4 proto soon enough
12:42 wlb: wayland Merge request !406 opened by Julian Orth (mahkoh) protocol: add wl_keyboard.keys event https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/406
14:08 wlb: weston Merge request !1582 opened by Loïc Molinari (molinari) Improve texture units usage https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1582 [GL renderer]
16:49 wlb: weston Merge request !1583 opened by Daniel Stone (daniels) Further optimise test runtime, perhaps uselessly https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1583 [Testing]