Why am I getting a "font error" after installing WPS-Office via flatpak?

I have installed WPS-Office from .

When I open WPS-Office an error message is shown saying: Some formula symbols might not be displayed correctly due to missing fonts symbol.

Now, how can I solve this problem?

0

3 Answers

The fonts you need are available in a zip file that can be downloaded from:

Alternatively, you can try installing the WPS deb package from linux.wps.com. It did not generate any font errors when I tried it.

You can download those fonts from this link.

Other ways of installing fonts:

Way 1: (Installing a desired font)

Step 1:

Download fonts (*.ttf files) from fonts.google.com and paste those in /usr/share/fonts

Step 2:

From terminal:

fc-cache -r

Way 2: (Installing common fonts)

sudo apt install ttf-mscorefonts-installer

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

You Might Also Like