[00:14] -GitHub[m]:#mir-server- **[MirServer/mir]** RAOF opened [pull request #2670](https://github.com/MirServer/mir/pull/2670): Server/run_mir: Improve warning message. [00:14] -GitHub[m]:#mir-server- [00:14] -GitHub[m]:#mir-server- > Oops. We should probably add a newline after our “it's all going to hell” warning. [01:11] -GitHub[m]:#mir-server- **[MirServer/mir]** bors[bot] merged [pull request #2670](https://github.com/MirServer/mir/pull/2670): Server/run_mir: Improve warning message. [01:43] -GitHub[m]:#mir-server- **[MirServer/mir]** RAOF opened [issue #2671](https://github.com/MirServer/mir/issues/2671): Wayland bindings generator generates UB... (full message at ) [01:43] -GitHub[m]:#mir-server- **[MirServer/mir]** RAOF added bug to [issue #2671](https://github.com/MirServer/mir/issues/2671): Wayland bindings generator generates UB [01:54] -GitHub[m]:#mir-server- **[MirServer/mir]** wmww opened [pull request #2672](https://github.com/MirServer/mir/pull/2672): Do not send zxdg_output.name after initialization [01:54] -GitHub[m]:#mir-server- [01:54] -GitHub[m]:#mir-server- > Fixes #2666 [01:54] -GitHub[m]:#mir-server- **[MirServer/mir]** wmww edited [issue #2666](https://github.com/MirServer/mir/issues/2666): Bug in implementation of `xdg_output` [02:36] sophie: If you happen to still be here - where is the destroy listener for wayland::LifetimeTracker actually inserted? [02:36] (If not, stay asleep) [02:41] Because it would be convenient to have a `wayland::Weak` from this wl_buffer, but we don't (and *can't*) have a `wayland::Resource`. [02:51] RAOF (he/they): what do you mean? [02:52] Ah, I just found `deleted_for_resource`, which is exactly what I'm after. [02:52] We can't have a `wayland::Resource` because we don't own the implementation, libwayland does. [02:53] (This is another reason why we should implement `wl_shm_pool` ourselves; then we *would* have a `wayland::Resource`) [02:59] -GitHub[m]:#mir-server- **[MirServer/mir]** RAOF added no-merge to [pull request #2645](https://github.com/MirServer/mir/pull/2645): platform/buffer_from_wl_shm: Handle clients immediately destroying the buffer [05:34] -GitHub[m]:#mir-server- **[MirServer/mir]** RAOF opened [pull request #2673](https://github.com/MirServer/mir/pull/2673): Server/run_mir: Handle SIGQUIT as a normal termination [05:34] -GitHub[m]:#mir-server- [05:34] -GitHub[m]:#mir-server- > We don't _need_ to handle SIGQUIT as an immediate crash, there doesn't seem to be any particular reason to, and handling it as an immediate crash goes through the unavoidably broken `fatal_signal_handler`. [07:45] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added bug to [issue #2674](https://github.com/MirServer/mir/issues/2674): Waking screens up after `idle-timeout` often stops or locks Mir up [07:45] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq opened [issue #2674](https://github.com/MirServer/mir/issues/2674): Waking screens up after `idle-timeout` often stops or locks Mir up... (full message at ) [07:46] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq edited [issue #2674](https://github.com/MirServer/mir/issues/2674): Waking screens up after `idle-timeout` often stops or locks Mir up [08:21] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq removed wmww review required from [issue #2013](https://github.com/MirServer/mir/issues/2013): X11 apps behave strangely when cursor moves outside initial output bounds [08:21] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added bug to [issue #2666](https://github.com/MirServer/mir/issues/2666): Bug in implementation of `xdg_output` [08:28] -GitHub[m]:#mir-server- **[MirServer/mir]** bors[bot] closed [issue #2624](https://github.com/MirServer/mir/issues/2624): mgx::X11Window::r_mask used uninitialized [08:28] -GitHub[m]:#mir-server- **[MirServer/mir]** bors[bot] merged [pull request #2648](https://github.com/MirServer/mir/pull/2648): Implement X11 platform pixel format selection correctly [08:33] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq opened [issue #2675](https://github.com/MirServer/mir/issues/2675): warning: the use of `tmpnam' is dangerous, better use `mkstemp'... (full message at ) [08:33] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq edited [issue #2675](https://github.com/MirServer/mir/issues/2675): warning: the use of `tmpnam` is dangerous, better use `mkstemp` [09:19] -GitHub[m]:#mir-server- **[MirServer/mir]** AlanGriffiths closed [issue #1978](https://github.com/MirServer/mir/issues/1978): Firefox initially wrong size [09:25] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq assigned wmww to [issue #2666](https://github.com/MirServer/mir/issues/2666): Bug in implementation of `xdg_output` [09:33] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq removed AlanGriffiths review needed from [issue #1442](https://github.com/MirServer/mir/issues/1442): [Wayland] Implement pointer constraints [10:09] -GitHub[m]:#mir-server- **[MirServer/mir]** AlanGriffiths removed Good first issue from [issue #2675](https://github.com/MirServer/mir/issues/2675): warning: the use of `tmpnam` is dangerous, better use `mkstemp` [10:52] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added Saviq review needed to [issue #2509](https://github.com/MirServer/mir/issues/2509): Resizing Mattermost sends it crazy [10:53] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added enhancement to [issue #2605](https://github.com/MirServer/mir/issues/2605): Nesting Wayland compositors should use pointer confinement [10:53] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added bug to [issue #2615](https://github.com/MirServer/mir/issues/2615): Mir semi-frequently dumps full output state for no obvious reason [10:54] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added bug and CI to [issue #2632](https://github.com/MirServer/mir/issues/2632): Miriway frequently crashes to GDM after exiting powersave [10:54] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq removed CI from [issue #2632](https://github.com/MirServer/mir/issues/2632): Miriway frequently crashes to GDM after exiting powersave [10:54] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added bug to [issue #2643](https://github.com/MirServer/mir/issues/2643): Cursor only updates once per enter on XWayland [10:54] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added documentation to [issue #2654](https://github.com/MirServer/mir/issues/2654): Generate doc comments for Wayland protocols [10:54] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added enhancement to [issue #2654](https://github.com/MirServer/mir/issues/2654): Generate doc comments for Wayland protocols [10:55] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added enhancement to [issue #2655](https://github.com/MirServer/mir/issues/2655): Make Wayland object implementations testable [10:55] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq added enhancement to [issue #2656](https://github.com/MirServer/mir/issues/2656): Replace wl_resource with typesafe Wayland types [13:29] -GitHub[m]:#mir-server- **[MirServer/mir]** AlanGriffiths opened [pull request #2676](https://github.com/MirServer/mir/pull/2676): More explicit code [14:43] -GitHub[m]:#mir-server- **[MirServer/mir]** AlanGriffiths closed [issue #2001](https://github.com/MirServer/mir/issues/2001): [Mir-on-X] Ctrl-Alt-[Left|Right] doesn't work [14:46] -GitHub[m]:#mir-server- **[MirServer/mir]** bors[bot] merged [pull request #2676](https://github.com/MirServer/mir/pull/2676): More explicit code [15:29] -GitHub[m]:#mir-server- **[MirServer/mir]** AlanGriffiths edited [issue #1313](https://github.com/MirServer/mir/issues/1313): [miral-shell] When run in tiling mode, Xwayland is allocated a tile even when X11 apps have exited [15:30] -GitHub[m]:#mir-server- **[MirServer/mir]** AlanGriffiths added wontfix and removed AlanGriffiths review needed from [issue #1313](https://github.com/MirServer/mir/issues/1313): [miral-shell] When run in tiling mode, Xwayland is allocated a tile even when X11 apps have exited [16:00] -GitHub[m]:#mir-server- **[MirServer/mir]** wmww unassigned wmww from [issue #10](https://github.com/MirServer/mir/issues/10): Mir logo? [16:00] -GitHub[m]:#mir-server- **[MirServer/mir]** wmww unassigned wmww from [issue #1004](https://github.com/MirServer/mir/issues/1004): Restored windows not moved when the output they're on is removed [16:01] -GitHub[m]:#mir-server- **[MirServer/mir]** wmww unassigned wmww from [issue #1762](https://github.com/MirServer/mir/issues/1762): Allow shells to enable XWayland by default [16:08] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq assigned AlanGriffiths to [issue #2674](https://github.com/MirServer/mir/issues/2674): Waking screens up after `idle-timeout` often stops or locks Mir up [16:18] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq assigned RAOF to [issue #2599](https://github.com/MirServer/mir/issues/2599): Support wp_viewporter [16:28] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq opened [issue #2677](https://github.com/MirServer/mir/issues/2677): In CLion cut & paste only works up to the last `\n` in the source text... (full message at ) [16:28] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq edited [issue #2677](https://github.com/MirServer/mir/issues/2677): In CLion cut & paste only works up to the last `\n` in the source text [16:31] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq assigned wmww to [issue #2677](https://github.com/MirServer/mir/issues/2677): In CLion cut & paste only works up to the last `\n` in the source text [16:32] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq assigned wmww to [issue #2583](https://github.com/MirServer/mir/issues/2583): Can't paste when copied from Firefox address bar or Thunderbird "copy link" [16:35] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq assigned AlanGriffiths to [issue #2594](https://github.com/MirServer/mir/issues/2594): Maximized windows "flash" through randomly [16:38] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq assigned graysonguarino to [issue #640](https://github.com/MirServer/mir/issues/640): The cursor does not support attaching an icon (e.g. for Drag-n-Drop) [17:05] EOD o/ [17:36] * Saviq too [23:47] -GitHub[m]:#mir-server- **[MirServer/mir]** RAOF closed [pull request #2673](https://github.com/MirServer/mir/pull/2673): Server/run_mir: Handle SIGQUIT as a normal termination