Chrome version 154.0.8037.57-1 updated its statically linked libfontconfig, and now its cache is stomping on the user-level font cache.

To fix this, press Ctrl + Alt + t to open a terminal, and run

rm -rf ~/.cache/fontconfig

And then reboot.

Note that opening Chrome (or a Chromium-based program) will break it again. I edited my ~/.local/share/applications/google-chrome-beta.desktop to do this:

Exec=env XDG_CACHE_HOME=/home/user/.cache/chromecache/ /usr/bin/google-chrome-beta %U

More info:

https://issues.chromium.org/issues/565052667

https://gitlab.freedesktop.org/fontconfig/fontconfig/-/work_items/538

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 7 hours ago

I mean, something’s only work on Chromium based browsers. (Lookin at you Keychron software)

I use Helium as my backup browser when I need a Chromium based browser, but considering this is a lib issue it probably isn’t exempt from this problem

  • source
  • parent