zoukankan      html  css  js  c++  java
  • Linux 安装ibus极点五笔输入法备忘录

    Linux 安装 ibus 五笔输入法备忘录

    useful?: https://github.com/definite/ibus-table-chinese

    极点/海峰五笔:
    simple chinese mode
    traditional chinese mode
    simplized chinese first big charset mode
    traditional chinese first big charset mode
    big 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/,一个个下载安装

     
    二、

    https://pkgs.fedoraproject.org/repo/pkgs/ibus-table-chinese/ibus-table-chinese-1.4.0-Source.tar.gz/f65ce1bb41eb90e7ecc122b7d34df776/ibus-table-chinese-1.4.0-Source.tar.gz
    $ tar xzf ibus-table-chinese-1.4.0-Source.tar.gz
    $ cd ibus-table-chinese-1.4.0-Source
    $ cmake .
    $ make
    $ sudo make install

    或者:

    $ 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.txt


     

    CENTOS7上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)完工

    配合上Input-Method Status Indicator,轻松又漂亮。

    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"

  • 相关阅读:
    select poll使用
    linux下tomcat shutdown后 java进程依然存在
    poj 1222 EXTENDED LIGHTS OUT(高斯消元)
    poj 2377 Bad Cowtractors
    C#:总结页面传值几种方法
    从 Racket 入门函数式编程
    程序猿接私活经验总结,来自csdn论坛语录
    什么是SEO?SEO干嘛的?怎么做SEO?
    Java设计模式-观察者模式
    非常特别的一个动态规划新手教程
  • 原文地址:https://www.cnblogs.com/timssd/p/4753132.html
Copyright © 2011-2022 走看看