[07:05] Good morning \o [08:24] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq opened [pull request #2694](https://github.com/MirServer/mir/pull/2694): release: prepare 2.10 release [08:30] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq opened [issue #2695](https://github.com/MirServer/mir/issues/2695): Miriway died upon disconnecting external screen... (full message at ) [09:26] -GitHub[m]:#mir-server- **[MirServer/mir]** bors[bot] merged [pull request #2689](https://github.com/MirServer/mir/pull/2689): Add some logging to terminate_with_current_exception() [09:37] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq requested a review from AlanGriffiths for [pull request #2696](https://github.com/MirServer/mir/pull/2696): ci: fix Fedora environment [09:37] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq opened [pull request #2696](https://github.com/MirServer/mir/pull/2696): ci: fix Fedora environment [09:37] -GitHub[m]:#mir-server- [09:37] -GitHub[m]:#mir-server- > Fixes #2686 [09:42] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq edited [pull request #2694](https://github.com/MirServer/mir/pull/2694): release: 2.10.0 [09:48] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq edited [pull request #2694](https://github.com/MirServer/mir/pull/2694): release: 2.10.0 [10:26] -GitHub[m]:#mir-server- **[MirServer/mir]** bors[bot] merged [pull request #2696](https://github.com/MirServer/mir/pull/2696): ci: fix Fedora environment [10:26] -GitHub[m]:#mir-server- **[MirServer/mir]** bors[bot] closed [issue #2686](https://github.com/MirServer/mir/issues/2686): [spread] Build failure on Fedora 35 [11:48] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq requested a review from AlanGriffiths for [pull request #2697](https://github.com/MirServer/mir/pull/2697): abi: bump platform and wayland [11:48] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq opened [pull request #2697](https://github.com/MirServer/mir/pull/2697): abi: bump platform and wayland [12:37] alan_g do you notice input events not getting delivered to clients in a consistent manner? I often miss a character when typing after some seconds of inactivity. Sometimes I can see the event delivered late, as if it's queued and the queue gets flushed as a result of some other input. The cursor doesn't move immediately when I start moving the mouse, but with some delay. [12:37] One very clear case I have right now is scrolling - if I _don't move_ the cursor for some 5 seconds, and start scrolling without moving the mouse, some scroll events never get to the client. And that survived both the client and server restarting. [12:38] s/often miss a/am often missing the first/ [12:42] Scrolling exhibits this especially, I think, because there's a low count of events [12:50] I take back "the first", it may well be the second and/or third [12:59] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq opened [issue #2698](https://github.com/MirServer/mir/issues/2698): Events delivered late / inconsistently... (full message at ) [12:59] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added bug to [issue #2698](https://github.com/MirServer/mir/issues/2698): Events delivered late / inconsistently [13:01] I've seen weird delays in X11 based input. That rather screws up autorepeat. But this is only on the X11 platform [13:02] Nope, this is on native wayland [13:02] You mean native libinput I think [13:03] Oh you meant X platform, I read X clients [13:03] But yeah, that'd be libinput and native clients [13:04] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq edited [issue #2698](https://github.com/MirServer/mir/issues/2698): Events delivered late / inconsistently [13:09] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq assigned RAOF to [issue #2659](https://github.com/MirServer/mir/issues/2659): mock_input_surface.h: Mock method mistakenly fails to override base method [13:11] "The original ("graphics-test-..." <- `graphics-test-tools` it is, then. [15:05] "But yeah, that'd be libinput and..." <- Oh. And GNOME on X11, too. 🤦 [15:05] This will not be a Mir issue, then. [15:06] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq closed [issue #2698](https://github.com/MirServer/mir/issues/2698): Events delivered late / inconsistently [15:06] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added invalid and removed bug from [issue #2698](https://github.com/MirServer/mir/issues/2698): Events delivered late / inconsistently [15:09] And switching the mouse to Bluetooth seems to fix. This looks like a USB problem here. [15:19] -GitHub[m]:#mir-server- **[MirServer/mir]** bors[bot] merged [pull request #2697](https://github.com/MirServer/mir/pull/2697): abi: bump platform and wayland [16:23] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq assigned graysonguarino to [issue #2687](https://github.com/MirServer/mir/issues/2687): Bad choice of example option in help text [16:24] -GitHub[m]:#mir-server- **[MirServer/mir]** wmww assigned to [pull request #2688](https://github.com/MirServer/mir/pull/2688): Close all Wayland clients on server stop [16:38] -GitHub[m]:#mir-server- **[MirServer/mir]** wmww opened [issue #2699](https://github.com/MirServer/mir/issues/2699): Support primary selection protocol [16:38] -GitHub[m]:#mir-server- [16:38] -GitHub[m]:#mir-server- > Support https://wayland.app/protocols/primary-selection-unstable-v1. Testing has revealed this should fix #2583. The [`primary-selection`](https://github.com/MirServer/mir/tree/primary-selection) branch holds the work so far, which fixes Firefox but doesn't actually allow pasting the buffer yet. [16:39] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq assigned wmww to [issue #2699](https://github.com/MirServer/mir/issues/2699): Support primary selection protocol