Open Mulgish opened 1 year ago
Managed to fix the issue by manually installing ttf-liberation in home directory.
mkdir -p ~/.local/share/fonts/
~/.local/share/fonts/
rm -rfv ~/.cache/fontconfig/*
fc-cache -v
The above ttf-liberation install steps fixed a similar issue in Arch using flatpak steam.
Your system information
Please describe your issue in as much detail as possible:
After upgrading to Fedora 37 (from Fedora 36), Steam is missing some font and displays it as rectangles.
I have verified that both
lib32-fontconfig
andttf-liberation
are installed and that Arial font does not fall back to Helvetica as per this article.I also tried updating font cache via
sudo fc-cache -v
.Note that so far I saw this issue only in Steam application.
Startup logs also don't have any obvious errors:
Steps for reproducing this issue: