1. Uninstalling IBUs
sudo yum remove IBUs
Gsettings set Org.gnome.settings-daemon.plugins.keyboard active false #解除gnome桌面与ibus守护进程的绑定
2. Installing the Fcitx Input Method platform
sudo yum install Fcitx
sudo yum install fcitx-configtool.x86_64 #用于图形化配置输入法
3. Configuring environment Variables for FCITX
Add the following to the ~/.BASHRC:
Export GTK_IM_MODULE=FCITX
Export QT_IM_MODULE=FCITX
Export xmodifiers= "@im =FCITX"
4. Log off the user
Fedora 20 does not unregister this option and can be logged off by command
5. Download and install Sogou Input method
Download in Sogou official website. Deb installation, do not use alien to convert to RPM, the installation will prompt error (seemingly path error); Go to the download directory to unzip the. deb file
AR VX Sogou_pinyin_linux_1.1.0.0037_amd64.deb
The files in the package will be retrieved after decompression
X-debian-binary
X-control.tar.gz
X-data.tar.xz
Install Input Method
sudo tar-jxvf data.tar.xz-c/
The Sogou library file into the FCITX, so that FCITX identify and unified management Sogou Pinyin
sudo cp/usr/lib/x86_64-linux-gnu/fcitx/fcitx-sogoupinyin.so/usr/lib64/fcitx/fcitx-sogoupinyin.so
When you start Fcitx and Sogou-qimpanel, a bunch of warnings and error messages pop up. I did not handle, directly start the FCITX Configuration tool configuration Input method, normal use Sogou.
Fcitx
Sogou-qimpanel
Reprint: http://www.linuxidc.com/Linux/2015-01/112020.htm
Fedora 20 Install Sogou Pinyin Input Method