Consolatis
Consolatis
hm... my only guess would be that our local commit handler has been assigned at that point whereas before it was not. Although I'd expect that to not make a...
While we still don't know why this appears to fix it (which sucks), I don't see the patch causing more issues. If we add a comment on top of `wlr_scene_node_set_enabled()`...
Maybe this is about some racing condition while \*re\*mapping existing X11 surfaces, GIMP could also keep the unmapped color picker around in case its used again later
Should be fixed by #526
The labwc Alpine package seems to depend on [wlroots](https://git.alpinelinux.org/aports/tree/community/wlroots/APKBUILD) which says in its [build log](https://build.alpinelinux.org/buildlogs/build-edge-x86_64/community/wlroots/wlroots-0.15.1-r1.log) > xwayland : YES And the [labwc build](https://git.alpinelinux.org/aports/tree/community/labwc/APKBUILD) doesn't seem to disable xwayland either. So...
We could try to degrade gracefully when labwc was built with xwayland support but it isn't available while executing. That requires some more investigation on how massive these changes would...
From a technical perspective this might be as easy as to create additional 0 radius corners together with the configured ones in `theme.c`, create additional ssd buffer_nodes for them and...
Sounds like gimp is trying to store the old geometry and when starting again trying to restore to that old geometry. It might be an titlebar offset issue. Does the...
@m4lin in what version of labwc are you experiencing this titlebar offset? 0.5.x from your distribution repo or latest git master branch?
> I can provide the code if needed. That would be welcome. Having a minimal example should speed things up.