CentOS 7 Installs Fcitx Wubi Input method via Yum
The following passed the pro-test:
1. Set source
Posted in Linux at March 5th, 2015/no Comments?
Join Epel Source
EPEL7 is almost a must-have source for CentOS:
$ wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
$ sudo rpm-ivh epel-release-7-5.noarch.rpm
$ sudo rpm–import/etc/pki/rpm-gpg/rpm-gpg-key-epel-7
Add Mosquito-myrepo Source
Mosquito-myrepo is a privately crafted third-party source that includes FCITX input methods and FCITX-based pinyin and wubi inputs.
Project Address: https://copr.fedoraproject.org/coprs/mosquito/myrepo/
Supported distributions: Fedora 19/20/21/rawhide and Rhel/centos 7
$ yum-config-manager–add-repo=https://copr.fedoraproject.org/coprs/mosquito/myrepo/repo/epel-7/ Mosquito-myrepo-epel-7.repo
2, uninstall the original:
Yum Remove IBUs
Yum Remove imsettings imsettings-libs im-chooser
3. Install new
If you only need to install Wubi then you will need to install the package (with some dependencies installed, of course):
# yum Install Fcitx Fcitx-table-chinese--enablerepo=mosquito-myrepo
Note: This step, Wubi IME has been installed.
If you need to visualize the FCITX Setup tool, use the command:
# yum Install Fcitx-configtool--enablerepo=mosquito-myrepo
4, to configure
Configure FCITX
In ~/.BASHRC, add the following:
Export GTK_IM_MODULE=FCITX
Export QT_IM_MODULE=FCITX
Export xmodifiers= "@im =FCITX"
Turn off Gnome-shell listening on the keyboard, and then switch the IME to FCITX:
$ sudo pkill Ibus-daemon
$ gsettings Set Org.gnome.settings-daemon.plugins.keyboard active false
$ Imsettings-switch FCITX
Reboot the system, FCITX start automatically, but the icon is hidden in the notification bar in the lower right corner of the desktop
Open the FCITX Configuration tool, select the Input method tag point "+" can search and add Input method
Install additional input methods
$ yum Install fcitx-googlepinyin fcitx-cloudpinyin # Google Pinyin Input method
$ yum Install fcitx-rime Fcitx-cloudpinyin # Wugniu IME
$ yum Install fcitx-libpinyin Fcitx-cloudpinyin # Libpinyin IME
$ yum Install fcitx-sunpinyin sunpinyin-data fcitx-cloudpinyin # sunpinyin IME
Http://seisman.info/fcitx-for-centos-7.html
Http://www.92wiki.com/hdwiki/doc-view-424.html
Reference Document: http://yuexuan.sinaapp.com/?p=2218
CentOS 7 Installs Fcitx Wubi Input method via Yum