After starting WPS for Linux, the prompt "system missing fonts" appears.
The reason for the prompt is that WPS for Linux does not have a font for Windows, as long as the fonts are loaded on the Linux system.
First step: Download the font pack
Abroad: Https://www.dropbox.com/s/lfy4hvq95ilwyw5/wps_symbol_fonts.zip
Domestic: Http://pan.baidu.com/s/1mh0lcbY
http://download.csdn.net/download/wl1524520/6333049
(Network of above data sources, invasion and deletion)
Step Two: Unzip the installation
1, download the font, extract to the/usr/share/fonts/directory, extract the directory for wps_symbol_fonts
Note that the Wps_symbol_fonts directory should have a readable executable permission, no need to manually modify
Permission settings, execute the command as follows
cd/usr/share/fonts/
chmod 755 wps_symbol_fonts
Cd/usr/share/fonts/wps_symbol_fonts
chmod 644 *
or this:
sudo cp */usr/share/fonts
2. Generate Cache configuration Information
Enter the font directory
Cd/usr/share/fonts/wps_symbol_fonts
Generated
Mkfontdir
Mkfontscale
Fc-cache
I am under a non-root user, so the command is as follows:
sudo mkfontscale
sudo mkfontdir
Step Three: Restart WPS
After reboot, the method is also applicable to the Deepin system, other versions of the system have not been tested.
Missing a typo after installing WPS under Kali Linux