"Go" Ubuntu16.04 install WPS

Source: Internet
Author: User
Tags pack

Download installation
Download wps for linux:http://community.wps.cn/download/

Direct download: Http://kdl.cc.ksosoft.com/wps-community/download/a21/wps-office_10.1.0.5672~a21_amd64.deb

installation command:
sudo dpkg-i wps-office_10.1.0.5672~a21_amd64.deb

font Missing issues
Download wps_symbol_fonts.zip:http://pan.baidu.com/share/link?shareid=2003500809&uk=52711591
To create a directory:
sudo mkdir/usr/share/fonts/wps-office
Copy the downloaded fonts to the directory you created:
sudo cp-r wps_symbol_fonts.zip/usr/share/fonts/wps-office
Unpack the Font pack:
sudo unzip Wps_symbol_fonts.zip
Delete the font pack after decompression:
sudo rm-r wps_symbol_fonts.zip

questions about WPS in Ubuntu16.04 cannot input Chinese
Issue: Ubuntu16.04 's libre is too poor for office format compatibility, so it has to have WPS installed. However, WPS text, tables, demos cannot be entered in Chinese.
Cause: The environment variable is not set correctly.
Workaround:
WPS text
Open Terminal input:
sudo vim/usr/bin/wps
Add text to the Open text (add to "#!/bin/bash"):
Export xmodifiers= "@im =FCITX"
Export qt_im_module= "FCITX"
WPS table
Open Terminal input:
sudo vim/usr/bin/et
Add text to the Open text (add to "#!/bin/bash"):
Export xmodifiers= "@im =FCITX"
Export qt_im_module= "FCITX"
WPS Demo
Open Terminal input:
sudo vim/usr/bin/wpp
Add text to the Open text (add to "#!/bin/bash"):
Export xmodifiers= "@im =FCITX"
Export qt_im_module= "FCITX"
After modifying the save, open the corresponding program switch input method can be entered in Chinese.

Transferred from: http://www.linuxdiyf.com/linux/25481.html

"Go" Ubuntu16.04 install WPS

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.