Consolatis
Consolatis
The generic UX issue remains the same though, using labwc without fonts is not a good idea, even if it doesn't crash. So we should just tell the user about...
The only potential suspicious thing I see in `font_height()` -> `font_extents()` is the size of the cairo surface: `cairo_image_surface_create(CAIRO_FORMAT_ARGB32, 1, 1);`. If repeated calls without fonts installed still return random...
Not sure, at some point a font size of 0 was working to hide the titlebar. If `title_height < 0` the following line sets it to `h + 2 *...
The commit pointed to above also changes the wlroots subproject commit, if you build the subproject rather than a system wide installation that might be the culprit. Do you see...
Uh, indeed. We just `continue` on commit failure and the whole function doesn't return anything. Thanks for pointing this out! I'll draft a PR before we release (approx. March 1st).
- #1528 Testing welcome if you have the time. That PR does a bit more than discussed here, it tries to restore all outputs that have been committed successfully to...
> I can confirm that the client is now properly notified in the event of a configuration application failure, so it can act accordingly. Nice, thanks for testing. I need...
~~This will likely fail to build on systems with a system wide installation of wlroots 0.16. Suggest changing the wlroots dep in `meson.build` to `version: ['>=0.17.0', '
Yep, just recognized. Disregard my comment :)
> labwc/meson.build:51:10: ERROR: Automatic wrap-based subproject downloading is disabled That sounds like a setting / meson command arg from the PKGBUILD (or your distro's variant of a build script). Compiling...