Alexandros Theodotou writes: > Hi, > > This is the command I ran to generate a pack: > guix pack -RR -S /opt/zrythm/bin=bin -L . zrythm > > I then tried moving this pack to a VM running another distro > (archlinux) and all letters are shown as boxes. I have asked other > people to test it on other distros, including debian, and they reported > the same issue. > > I am not exactly sure what is missing. Attaching a screenshot of what > it looks like. Can you try the patch posted at ? When no fonts are installed in the common Guix profiles, applications only "see" the font hard-coded into fontconfig, which happens to be broken[*] since the recent 'core-updates' merge for any application using Pango (such as GTK+). [*] because fontconfig currently uses "gs-fonts", which are bitmap only, and Pango no longer supports bitmap fonts[**] [**] https://gitlab.gnome.org/GNOME/pango/issues/386