10:17staceee: Hey folks o/ Am working on a VNC client, trying to send modifiers keypresses from keyboard.modifiers, after keyboard.enter. It looks like I got no way to compute which keycode to actually send, knowing just the modifiers - Am I right?
10:19kennylevinsen: not from modifiers no, but keyboard enter includes the held keys
10:19kennylevinsen: this would include the keys that triggered the modifier
10:19staceee: aaa omg, that's the way to go
10:20staceee: but then I guess I have to release every held key on keyboard_leave
10:23kennylevinsen: yes
10:25staceee: thanks o/
11:01any1: staceee: Fixing a bug in wlvncc or making your own?
11:03staceee: any1: wlvncc
11:05any1: By the way, wlvncc is on-topic for #wayvnc in case you want to have chat about it
11:05staceee: fixing bug related to held keys while leaving surface, broken states with modifier change outside of the surface, etc
11:06staceee: any1: on libera?
11:06any1: yes
11:06any1: I forgot that this channel here is on oftc. :p
12:21wlb: weston/main: Derek Foreman * compositor: Fix a potential crash at shutdown https://gitlab.freedesktop.org/wayland/weston/commit/d9893c6af2be libweston/compositor.c
12:21wlb: weston Merge request !1716 merged \o/ (compositor: Fix a potential crash at shutdown https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1716)
13:17wlb: weston/main: Pekka Paalanen * 10 commits https://gitlab.freedesktop.org/wayland/weston/compare/d9893c6af2bea05c295f60562a4eee53f1552305...8762c3bab59c9f2b92af8f12a01c655ba7778e01
13:18wlb: weston Merge request !1688 merged \o/ (Improvements to color curves https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1688)
15:08zzag: jadahl: we've implemented the xx session management protocol. in order to avoid diverging from each other, what do you think about moving https://gitlab.gnome.org/GNOME/mutter/-/blob/main/src/wayland/protocol/session-management-v1.xml?ref_type=heads to the wayland-protocols repository as is and continue its development as an xx protocol? it worked quite well with the color management protocol
15:12jadahl: zzag: I, in fact, have a branch for that, already
15:13zzag: \o/
15:13jadahl: I'll rebase later tonight or tomorrow
15:13zzag: nice, thanks!
15:19wlb: weston Merge request !1721 opened by Pekka Paalanen (pq) color: structurize parametric curve data https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1721 [Colour management], [GL renderer]