Fedora Gnome UI is strange after update to 41

Hi,

after update to Fedora 41 I have strange UI glitches:

I have following tweaks setup:

As you can see, the Appearance menu and Documents folder look strange.

Where the issue might come from?

GPU drivers info:

glxinfo | grep -e OpenGL.vendor -e OpenGL.renderer                                                                                                                            
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon 680M (radeonsi, rembrandt, LLVM 19.1.0, DRM 3.59, 6.11.10-300.fc41.x86_64)

lspci -n -n -k | grep -A 2 -e VGA -e 3D                                                                                                                                   
pcilib: Error reading /sys/bus/pci/devices/0000:00:08.3/label: Operation not permitted
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] [1002:73df] (rev c2)
	DeviceName: Realtek
	Subsystem: Lenovo Device [17aa:3b21]
--
37:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt [Radeon 680M] [1002:1681] (rev c7)
	Subsystem: Lenovo Device [17aa:3b21]
	Kernel driver in use: amdgpu

Thank you

Are you sure orchis works with F41.Have you tried setting the shell and icons back to adwaita to see if that works.

2 Likes

I have run dconf reset -f /org/gnome/ to reset gnome but now I have even more weird UI. It seems I cannot use light theme. I assume it is not related to Fedora update, but rather some theme issue

You should try creating a new user login with Gnome defaults. This will tell us whether the issue is isomething with user configuration or a more general issue.

2 Likes

Ok, so I have created a new user and there are no issues. Everything works as intended. Do I need to dig somewhere into gnome / theme config?

Certain themes can leave config files behind, even if uninstalled. Have a look at the folders/files under ~/.config, including *.css files under .config/gtk-3.0 and .config/gtk-4.0 and remove the unnecessary ones.

Thanks! I have removed the content of .config/gtk-4.0 to restore the default config and it worked. I think the problem was in assets folder containing outdated resources.

2 Likes