I don’t know if this issue is the distro’s fault, but I’m gonna explain the issue I’m having.
I’m using Fedora Workstation 42, which comes with GNOME 48 by default, in previous Fedora 41 version, I was always having this error messages in the terminal, but all apps opened without any problems:
MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete
MESA-INTEL: warning: ../src/intel/vulkan_hasvk/anv_formats.c:752: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan_hasvk/anv_formats.c:783: FINISHME: support more multi-planar formats with DRM modifiers
But in this new version, the same message appears, but when I try to use a GTK-based app, I get the following screens (I opened GNOME calculator):
I’m now seeing this issue with flatpak apps. (I’m running Fedora Silverblue 42, and I previously had this issue with non-flatpak apps, but an update to Silverblue has fixed it.) This is on a Lenovo ThinkPad X230 with Intel® HD Graphics 4000 (IVB GT2).
I think it only affects apps that use the GNOME 48 runtime (for example Text Editor from Flathub) — though every other app I have either uses an out-of-date runtime (GNOME 46) or doesn’t use GTK4.
I’ve tried rolling back org.gnome.Platform//48, org.freedesktop.Platform.GL.default//24.08 and org.freedesktop.Platform//24.08 to versions from May 2025, but I still see the bug.
To do this I ran, for example, flatpak remote-info --log flathub org.freedesktop.Platform//24.08; found the commit hash 69f5ca3180618e77eb1264af2b67048fc1c6a2884ee403c76b24b0e15bfc16c9; and then ran sudo flatpak update --commit=69f5ca3180618e77eb1264af2b67048fc1c6a2884ee403c76b24b0e15bfc16c9 org.freedesktop.Platform//24.08
Is there another flatpak runtime I need to roll back to escape this bug until a fix is released?
Well it looks like it’s fixed this morning. flatpak history shows an update for org.freedesktop.Platform.VAAPI.Intel, and all previously-affected apps now work fine.