I just updated from fedora 40 to fedora 41 using these commands:
sudo dnf upgrade --refresh
sudo dnf system-upgrade download --releasever=41
sudo dnf system-upgrade reboot
It took an unusually long time to update the system after the reboot, and after it finished i decided to take a look at the new accents colors. Unfortunately i could not open the gnome settings app, and the gnome-tweaks app neither, trying to open gnome-tweaks from the CLI gives me this errors:
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers
Gdk-Message: 19:38:14.836: Error 71 (Protocol error) dispatching to Wayland display.
and in the logs i found a core dump from systemd, plus a problem with xWayland.
The same problem occurs when using any other gnome app (Text editor, system monitor, weather etc…). the applications work if i run them with sudo, or using X11 (but the whole DE lags a lot).
After changing the accent color, the gnome shell correctly displays the new colors.
I have an Nvidia gpu but i don’t think that it’s causing this problem.
does somebody know how to fix this issue?