Control: retitle -1 gtk-layer-shell: Panels crash under xfce-wayland (labwc) with GTK >= 3.24.44 Control: tags -1 + patch fixed-upstream Control: forwarded -1 https://github.com/wmww/gtk-layer-shell/pull/189
Retitling to reflect our current understanding of the issue. On Tue, 28 Jan 2025 at 08:12:29 -0500, Jeremy BĂcha wrote: > See https://github.com/wmww/gtk-layer-shell/issues/187 This seems amazingly fragile: if I'm reading correctly, gtk-layer-shell is using undocumented and unstable GTK3-internal data structures? I hope it goes without saying that this is not an intended interface provided by GTK. gtk-layer-shell can continue to work around this by updating its assumptions with each new GTK 3 version that gets released, but GTK is not going to commit to any amount of stability for something that is explicitly a private data structure. smcv