Jonas Ådahl
Jonas Ådahl
Resolving an app id that is derived in xdg-desktop-portal to a desktop file is assumed to work in the multiple portal backends, I don't know why you are claiming it's...
For flatpak, the only time it doesn't work fully as expected is apps with multiple "apps" inside, where the sub-app are distinguished by a suffix, while sharing the same app...
> Existing clients rely on EGL not creating a [wp_color_management_surface_v1](https://wayland.app/protocols/color-management-v1#wp_color_management_surface_v1). Mesa previously contained a bug where using zink caused such clients to crash because the zink WSI (which delegates to...
This could use a rebase...
I think this approach (no private setters) follows existing GObject convention closer (semi-private construct properties). It lgtm, but adding the `_Typedef` would be a nice touch.
HDR is a somewhat broad marketing term and gdctl is more of a low level configuration utility, so it presents the actual standard used: https://en.wikipedia.org/wiki/Rec._2100 also known as BT.2100. See...
Tweaked the qt examples a bit. The qt5 one now plumbs the app Id via `QApplication`, but couldn't do that in qt6 - I had to register the app ID...