Install sogou PinYin Input Method on Fedora 20
The default ora input method is ibus, but it is still not easy to use. So I found the sogou installation package developed by UbuntuKylin and sogou for installation.
1. Uninstall ibus
Sudo yum remove ibus
Gsettings set org. gnome. settings-daemon.plugins.keyboard active false # unbind gnome Desktop from the ibus daemon
2. Install the fcitx Input Method Platform
Sudo yum install fcitx
Sudo yum install fcitx-configtool.x86_64 # For graphical configuration input method
3. Configure environment variables of fcitx
In ~ /. Add the following content to bashrc:
Export GTK_IM_MODULE = fcitx
Export QT_IM_MODULE = fcitx
Export XMODIFIERS = "@ im = fcitx"
4. log out of the user
Fedora 20 is not logged out. You can use the command to log out.
5. Download and install sogou Input Method
Download. deb installation on the official sogou website. Do not use alien to convert it to rpm. An error will be prompted during installation (it seems that the path is incorrect). Go to the download directory and decompress the. deb file.
Ar vx sogou_pinyin_linux_1.1.0.0037_amd64.deb
Decompress the package to obtain the files in the package.
X-debian-binary
X-control.tar.gz
X-data.tar. xz
Installation Input Method
Sudo tar-Jxvf data.tar. xz-C/
Import the library file of sogou to fcitx, so that fcitx can identify and manage sogou pinyin in a unified manner.
Sudo cp/usr/lib/x86_64-linux-gnu/fcitx/fcitx-sogoupinyin.so/usr/lib64/fcitx/fcitx-sogoupinyin.so
When fcitx and sogou-qimpanel are started, a bunch of warnings and error messages will pop up. If I have not processed them, I will directly start the fcitx Configuration tool to configure the input method and use sogou normally.
Fcitx
Sogou-qimpanel
-------------------------------------- Split line --------------------------------------
Set the sogou Input Method for Linux and press shift on both sides at any time.
Sogou Input Method for Linux is coming!
Install sogoupinyin on Ubuntu
Install sogou pinyin + install sogou skin in Ubuntu 12.04
Install sogou input method under Fedora 18
Install sogou input method and support for Qt Creator on Ubuntu Linux