[00:35] hello [05:24] Hello! [10:24] -GitHub[m]:#mir-server- **[MirServer/mir]** OPNA2608 edited [issue #2837](https://github.com/MirServer/mir/issues/2837): Keyboard needs to be reconnected on aarch64 to work [12:32] -GitHub[m]:#mir-server- **[MirServer/mir]** AlanGriffiths added bug to [issue #2836](https://github.com/MirServer/mir/issues/2836): Enabling zwp_idle_inhibit_manager_v1 causes Mir to crash with some applications [14:43] -GitHub[m]:#mir-server- **[MirServer/mir]** AlanGriffiths assigned AlanGriffiths to [issue #2836](https://github.com/MirServer/mir/issues/2836): Enabling zwp_idle_inhibit_manager_v1 causes Mir to crash with some applications [16:22] -GitHub[m]:#mir-server- **[MirServer/mir]** AlanGriffiths opened [issue #2838](https://github.com/MirServer/mir/issues/2838): [Wayland] idle_inhibit_unstable_v1 is badly broken [16:22] -GitHub[m]:#mir-server- [16:22] -GitHub[m]:#mir-server- > 1. `zwp_idle_inhibit_manager_v1.create_inhibitor` does not create a `zwp_idle_inhibitor_v1` unless the surface has input focus (it should always create an inhibitor) [16:22] -GitHub[m]:#mir-server- > 2. `zwp_idle_inhibitor_v1` does not release and (re)acquire the wake lock according to the surface's "visual relevance" [16:24] -GitHub[m]:#mir-server- **[MirServer/mir]** AlanGriffiths added bug to [issue #2838](https://github.com/MirServer/mir/issues/2838): [Wayland] idle_inhibit_unstable_v1 is badly broken [16:54] -GitHub[m]:#mir-server- **[MirServer/mir]** AlanGriffiths assigned AlanGriffiths to [issue #2838](https://github.com/MirServer/mir/issues/2838): [Wayland] idle_inhibit_unstable_v1 is badly broken [17:24] I was looking into MIR if it's easy to write custom rendered for it [17:24] I checked few examples but it looks like they're using built-in renderer. [17:28] It isn't currently (but we hope to change that one day). The only project doing custom rendering is Lomiri (by way of QtMir/MirOil) [18:18] thanks Alan [18:19] for some reason all wayland libraries dont let you write custom renderer easily ;D [18:19] it's not easy in wlroots either [18:20] https://github.com/MirOil-for-Lomiri/qtmir thanks for miroil, looks promising