Fix: Snap corrupted Fonts in Manjaro

Fix: Snap corrupted Fonts in Manjaro

I had this strange behaviour after installing and opening snap application in my manjaro system, All the Fonts inside the snap apps are appearing as boxes, rectangles like the below image.

I immediately realised it's caused by font cache. Which can be easily cleared to fix it quickly.

If you face the similar issue. Open the terminal and run the following command one by one.

fc-cache -r

This command will automatically clear the font cache. But I recommend running the below commands too.

rm ~/.cache/fontconfig/*

Above command will remove the font configuration directory.

sudo rm -f /var/cache/fontconfig/*

Above command will remove the font configuration directory under the root partition. Once you have done with all the command. By this time your issue will be solved.

If you still have issues. Please restart your system after running the above commands. It'll surely fix it.