Consolatis

Results 858 comments of Consolatis

We can allow for that when the three new theme vars are implemented: - `focused.border.width: 0` (or `focused.thickness` or whatever naming we come up with) - `focused.bg.color: #whatever` - `focused.text.color:...

> > Consider showing multiple work-spaces in window-switcher > > should be checked? Thanks, checked and added a new `Consider grouping by workspace in window-switcher`. (Also reordered the list so...

> Consolatis, did you want me to fix the rest of the custom config for window switcher? I think basically it needs doc (which I don't have a problem doing)...

Labwc does log various config errors but only to stderr. That usually doesn't really help when within the labwc session.

That seems to be an issue with the damage detection of client side decorations. We do have reports about issues with vmware in particular since we switched to wlroots 0.17.x....

Well, this seems to be a wlroots 0.17.x / vmware (more specifically their virtualized GPU drivers) interaction issue (at least I never heard of this issue before). I don't think...

I can't currently debug this so help would be much appreciated. It might be related (though seems unlikely to me) to the early return in https://github.com/labwc/labwc/blob/master/src/common/scene-helpers.c#L60, so one could test...

Thanks for the fix. As this is a bug in wlroots 0.17.x and we can't work around it from the labwc side there is not much we can do here....

> `[2220452.309] [email protected](nil, 7, "importing the supplied dmabufs failed")` Are you running this within a VM or nested on top of another wayland compositor or X11 session? If not, what...

There is also https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/docs/env_vars.md which describes some knobs for the DRM backend. Using `WLR_RENDERER=pixman` will likely work around the issue for the VM but it also may reduce performance depending...