M BUZZ CRAZE NEWS
// general

Why is my font turning into unknown symbols in some areas of my desktop UI?

By Sarah Rodriguez

If effects my desktop icons, as well as all text in Nautilus, and other programs, like Sublime Merge in the picture.

enter image description here

1 Answer

This reflects a problem with the font cache (for your user). You can refresh the font cache with the following commands in a terminal:

rm -rf ~/.cache/fontconfig
fc-cache -r -v

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy