Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.25 KB

简体中文

About

This repo is aimed fix the problems after installing WPS Office

  1. Fixed the problem with missing fonts
  2. Fixed the problem with bold fonts display: using lower version of libfreetype
  3. Please see arch wiki for more details.

STATUS

Copr build: Copr build status

Installation

Note

For wps office version 11, you need to install missing fonts and lower version of libfreetype, but you need only missing fonts for version 12.

Manual Installation

git clone https://github.com/JamesBrosy/wps-office-fix.git
cd wps-office-fix
bash install_fonts.sh
bash install_libs.sh

Fedora Installation

sudo dnf copr enable clarlok/wps-office-fix
sudo dnf -y install wps-office-fix            # for version 11
sudo dnf -y install wps-office-fix-missing-fonts  # for version 12