useful?:
极点/海峰五笔:
simple chinese modetraditional chinese modesimplized chinese first big charset modetraditional chinese first big charset modebig chinese mode
half letter/full letter
half-width punctuation
table mode/pinyin mode
single character mode/phase mode
normal commit mode/direct commit mode
一、
yum install ibus* ibus-table*安装后,注销进入系统input method出现pinyin, wubi86,版本较低,centos7为1.4.6. fedora24最新为1.8.2需要换repo源,或者在http://dl.fedoraproject.org/pub/fedora/linux/releases/24/Everything/x86_64/os/Packages/i/,一个个下载安装
或者:
$ sudo pacman -S --needed gcc make automake autoconf
$ yaourt -S ibus-table-wubi-git注销重新启动,选择“首选项”,在“输入法”选项卡中添加“wubi-jidian86”,wubi-haifeng86等输入法。
$ ll -Sh
total 124M-rw-r--r-- 1 root root 15M Aug 23 20:23 wubi-haifeng86.db-rw-r--r-- 1 root root 14M Aug 23 20:11 wubi86.db-rw-r--r-- 1 root root 14M Aug 23 20:23 wubi-jidian86.db-rw-r--r-- 1 root root 11M Aug 23 20:23 easy-big.db-rw-r--r-- 1 root root 9.9M Aug 23 20:11 erbi_qs.db-rw-r--r-- 1 root root 9.9M Aug 23 20:23 erbi-qs.db-rw-r--r-- 1 root root 7.4M Aug 23 20:23 scj6.db-rw-r--r-- 1 root root 7.0M Aug 23 20:22 cangjie5.db-rw-r--r-- 1 root root 6.3M Aug 23 20:23 quick5.db-rw-r--r-- 1 root root 5.8M Aug 23 20:22 yong.db-rw-r--r-- 1 root root 5.4M Aug 23 20:22 cangjie-big.db-rw-r--r-- 1 root root 4.2M Aug 23 20:23 erbi.db-rw-r--r-- 1 root root 3.1M Aug 23 20:22 cangjie3.db-rw-r--r-- 1 root root 2.9M Aug 23 20:23 quick3.db-rw-r--r-- 1 root root 1.9M Aug 23 20:22 array30-big.db-rw-r--r-- 1 root root 1.9M Aug 23 20:22 array30.db-rw-r--r-- 1 root root 1.9M Aug 23 20:23 wu.db-rw-r--r-- 1 root root 1.2M Aug 23 20:23 quick-classic.db-rw-r--r-- 1 root root 1.1M Aug 23 20:23 cantonhk.db-rw-r--r-- 1 root root 992K Aug 23 20:23 jyutping.db-rw-r--r-- 1 root root 936K Aug 23 20:23 cantonese.db
centos6.5配置五笔法
system-->preferences-->input method,选择上use ibus
show input method name on language bar.
input method->chinese -vissible
->chinese -wubi86
use system keyboard layout
share the same input method amang all application
-rw-r--r-- 1 root root 568K Aug 23 20:23 stroke5.db-rw-r--r-- 1 root root 144K May 29 2014 latex.db-rw-r--r-- 1 root root 136K May 29 2014 compose.db-rw-r--r-- 1 root root 4.3K May 29 2014 template.txtCENTOS7上ibus 的“Failed to switch Input Method
”错误的一个解决办法
成功更新fedora到18,作为一个汉语使用者,必然要来个中文输入法。
按照习惯,装上ibus+sunpinyin+qt,
1 | yum install ibus-gnome3 ibus-qt ibus-sunpinyin -y |
调用Input method selector,使用ibus,然后...
1 2 3 | Failed to switch Input Method GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._imsettings_2derror_2dquark.Code5: Current desktop isn't targeted by Input Method. |
悲了个剧的。
输入法换位置了
1 | # gnome-control-center |
Region&Language->Input sources
添加Chinese(SunPinyin) 右边shortcuts中添加个快捷键(习惯是Ctrl+Space)完工配合上,轻松又漂亮。
centos7ibus不能输入中文,需要重装Desktop,ibus
yum remove ibus*,
sudo yum group remove "GNOME" "GNOME Desktop" "Graphical Administration Tools"
yum install ibus*,
sudo yum group install "GNOME" "GNOME Desktop" "Graphical Administration Tools"