WPS Office
WPS Office for Linux is a proprietary alternative for Microsoft Office with a modern UI which supports cross-device file transfer and cloud backup. The suite contains Writer, Presentation and Spreadsheets.
Contents
installation
install wps-officeAUR from AUR
- you can optionally install the font wps need:ttf-wps-fontsAUR
Language aids
interface language
To change interface language of WPS you can install wps-office-mui-fr-frAUR for French, wps-office-mui-ja-jpAUR for Japanese, etc. Then set your language by selecting Review->Spell Check->Set Language to choose your language and restart WPS.
Spell checking
For spell checking, you need to install wps-office-extension-german-dictionaryAURfor German, wps-office-extension-french-dictionaryAURfor French, etc. Then, customize spell check by selecting Tool -> Options -> Language -> choose to choose your language and restart WPS.
Theme
Troubleshooting
formula can not display normally
the display of most Mathematical formula need fonts show below:
symbol.ttf webdings.ttf wingding.ttf wingdng2.ttf wingdng3.ttf monotypesorts.ttf MTExtra.ttf
ttf-wps-fontsAUR in AUR contain all of these fonts except monotypesorts.ttf, you can install it directly.
Microsoft Office file in KDE Plasma is recognized as Zip
After installing WPS Office, Microsoft Office files will be recognized as zip and can't open with WPS. You can change this kind of recognition by delete mime file in /usr/share/packages/:
sudo rm /usr/share/mime/packages/wps-office-*.xml sudo update-mime-database /usr/share/mime
Fcitx imput method framework can't input on WPS
add following lines to /usr/bin/wps /usr/bin/et /usr/bin/wpp seperately to add fcitx to Writer, Spreadsheet and Presentation:
export XMODIFIERS="@im=fcitx" export QT_IM_MODULE="fcitx"