07:30 daniels: emersion: thanks for dealing with this
08:10 emersion: np!
08:43 pq: emersion, do you know if those missing gitlab emails were sitting in a queue and will arrive later, or were they permanently lost?
08:43 emersion: in theory should be a queue if this is what i think it is (bad IPv6 connectivity)
08:44 pq: cool
08:44 emersion: but maybe there are multiple issues at play
08:45 emersion: yeah… we still have quite a lot of emails in the deferred queue…
08:46 emersion: just flushed the queue, should help a bit
08:47 pq: thanks!
08:50 davidre: email and wayland are apparently somewhat similar
08:50 davidre: queues and flushing :D
08:53 pq: X11 too
08:54 emersion: amusement parks too
08:55 davidre: wayland is a basically an amusement park qed
09:13 davidre: I am not in the AI things but now I wonder what would happen if you asked one to generate a picture of a Wayland amusement park :D
09:16 YaLTeR[m]: there's a place called Wayland, so I don't think anything interesting would happen
10:43 Ermine: I wonder how do people of that town feel about the windowing
10:43 Ermine: system
10:52 wlb: weston Issue #871 closed \o/ (Video playback using GStreamer very slow compared to X.Org on old computer https://gitlab.freedesktop.org/wayland/weston/-/issues/871)
11:20 wlb: weston Issue #858 closed \o/ (Warn out users about starting Weston from a tty https://gitlab.freedesktop.org/wayland/weston/-/issues/858)
11:20 wlb: weston/main: Marius Vlad * compositor/main: Warn out if started over tty/pts https://gitlab.freedesktop.org/wayland/weston/commit/18eebe8af3ee frontend/main.c
11:20 wlb: weston Merge request !1436 merged \o/ (compositor/main: Warn out if started over tty/pts https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1436)
16:17 yrlf: hi! is there a way to get the fractional scale of a wl_output or xdg_output?
16:17 yrlf: currently I only know wp_fractional_scale_v1 which gives you the fractional scale your own surface should be rendered at
16:18 emersion: can you describe why you need to know this information?
16:19 yrlf: for wl-mirror I need to transform regions I get from `slurp` which are in logical size space into pixel size space for an output that is not the output the client surface is on
16:20 yrlf: I could fall back to manually calculating the scale from the texture size I get from screencopy (or in the future xdg portal) vs the logical size, but that feels hacky and I need to think about how to get this to always round correctly
16:21 yrlf: do I understand correctly that there is currently no wayland protocol providing that information? (which is perfectly reasonable; I will fall back to the hack in that case)
16:28 emersion: i think xdg_output has everything you need?
16:29 yrlf: yes, I can calculate the approximate fractional scale from logical_size and the screen capture size
16:30 yrlf: that is working; I just implemented that
16:30 yrlf: I just wanted to double-check that the value isn't provided by any protocol
16:30 yrlf: (so I don't calculate things by hand that are just there)
21:14 Company: note to self: the variable for wp_presentation_feedback available shall be named "has_present" - code reads like a christmas story that way
21:18 bl4ckb0ne: Ho Ho Segmentation fault
23:33 Company: swick[m]: does mutter properly align surfaces on fractional scaled outputs?
23:33 Company: do you know?
23:34 Company: because https://gitlab.gnome.org/GNOME/gtk/-/issues/6381#note_1994391
23:46 Company: hrm, a weston inside mutter has the same issue