aleda
April 15, 2023, 5:31pm
1
Hi, i’m trying rocky linux on virtual machine and with rockylinux workstation using gnome when i open darktable i can’t see the fonts only cubes, i tried so the minimal installation with xfce and worked out of the box,maybe missing some fonts i’m guessing
Hi @aleda ,
this is a issue of the flatpak runtime, see more information here about that:
Hi @artcobalt !
Are you using the Boxes flatpak? On Rocky 9?
Then yeah this is a known bug unfortunately (hits me for basically all Flatpaks that use the Cantarell font)
Here is the Bugzilla for that: 2150816 – Update flatpak-runtime and flatpak-sdk to incorporate fontconfig changes
There is a workaround to make it work though, a dirty one, but it works…
sudo cp -vn /usr/share/fonts/cantarell/* /var/lib/flatpak/runtime/org.gnome.Platform/x86_64/<gnome-major-version>/<very-long-hash>/files/s…
Hopefully this is fixed in 9.2
aleda
April 15, 2023, 7:07pm
3
yeah i’m using flatpak,i’ll wait the 9.2 version hope will be fixed too, in the meantime i could try that workaround, thanks