Problem viewing Image thumbnails on my Manjaro

Hello, I recently installed Manjaro and I’m having a small bug with it. The thumbnails don’t appear in the file manager, leaving a black frame. In the settings menu, both in preferences and in the section to change the user image, they don’t appear either.
Here are my system settings:

[ferhell@ferlinux ~]$ uname -a
Linux ferlinux 6.12.25-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sat, 26 Apr 2025 05:36:37 +0000 x86_64 GNU/Linux
[ferhell@ferlinux ~]$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
[ferhell@ferlinux ~]$ lspci | grep 3D
08:00.0 3D controller: NVIDIA Corporation GK208M [GeForce GT 740M] (rev a1)
[ferhell@ferlinux ~]$ mhwd -li
 Installed PCI configs:
                  NAME               VERSION          FREEDRIVER           TYPE
    video-nvidia-470xx            2023.03.23               false            PCI


Warning: No installed USB configs!
[ferhell@ferlinux ~]$ glxinfo | grep "OpenGL vendor"
OpenGL vendor string: NVIDIA Corporation
[ferhell@ferlinux ~]$

CPU → Intel Core i5-4200UIntel Core i5-4200U

Hello @ferhelloween and welcome :wink:

Try adding GSK_RENDERER=opengl to the /etc/environment, remove the thumbnails and relogin, or reboot your system.

echo "GSK_RENDERER=opengl" | sudo tee -a /etc/environment;
rm -Rf ~/.cache/thumbnails/*