Consolatis
Consolatis
> windowsSwitcher --> osd, a breaking change? No, we should fall back to the old syntax for now (for everything which is not `thumbnailLabelFormat`). > Meaning that labwc refuses to...
Is FreeCAD using the x11 or wayland backend? You can check if it shows up at `wmctrl -l`, if yes then its using X11. In general this sounds like some...
`struct libinput_device *libinput_device = wlr_libinput_get_device_handle(wlr_device)` doesn't work?
> Unfortunately not, those pressure related functions need a [libinput_tablet_tool](https://wayland.freedesktop.org/libinput/doc/latest/api/structlibinput__tablet__tool.html) instead of a `libinput_device` That is unfortunate. Can you add a comment to the new function stating that its an...
> > Also, just curious: what is this pressure adjustment actually useful for in praxis? > > The libinput documentation explains this quite well: https://wayland.freedesktop.org/libinput/doc/latest/tablet-support.html#tablet-pressure-range I see, it seems the...
Whatever we do we should likely also send a MR to wlroots which exposes the handle. It seems like an oversight that its not available while everything else is. And...
> There is also the case when the pressure increases during tip down which isn't handled now. I guess this is even more an argument for keeping this draft unless...
> No longer applies cleanly. Thanks, rebased.
> I already rebased my HDR tree. I haven't filed a PR, because there are some things in upstream wlroots Git which may change, such as how the supported transfer...
> This needs a rebase, `s/libwlroots-0.18-dev/libwlroots-0.19-dev/` for the Github workflows definition, since it added a dependency to the Debian workflow right around that line. > > Edit: I am surprised...