zoukankan      html  css  js  c++  java
  • fcitx五笔的安装[zz]

     Fcitx──小企鹅输入法:Free Chinese Input Toy for X是国产软件的精品,是一个以GPL方式发布的、基于XIM的简体中文输入法集合(原为G五笔),包括五笔、五笔拼音、二笔、仓颉、晚风、冰蟾全息、拼音(全拼和双拼)、区位以及码表输入模块。

    1.删除旧版或其它输入法(也可跳过此步)
    Ubuntu10.10 默认是安装了ibus.所以删除它(实际上,不用删除 ibus,在语言支持中切换一下输入法就好了)
    sudo apt-get remove ibus
    对于已经安装老版 的fcitx,删掉再装.
    sudo apt-get remove fcitx

    2.添加fcitx源和安装(官方的源是旧版,不推荐使用)
    a方法:
    fcitx的ppa源,内含fcitx和fcitx-config,由wengxt搭建,使用命令 gedit /etc/apt/sources.list,在sources.list文件中尾部添加
    deb http://ppa.launchpad.net/wengxt/fcitx-nightly/ubuntu lucid main
    然后更新源 apt-get update
    在终端执行 sudo apt-get install fcitx
    和fcitx配置工具 sudo apt-get install fcitx-config
    b方法:
    命令:    sudo add-apt-repository ppa:wengxt/fcitx-nightly
    再命令:sudo apt-get update && sudo apt-get install fcitx


    3.配置fcitx为默认输入法
    im-switch -s fcitx -z default #设为默认输入法,一般不需要,除非系统有多个输入法


    4.如何配置出五笔

    fcitx在4.0.1版中把码表都当成单独的软件包了,所以只要apt-get install一下就OK了

    配置出五笔:
    sudo apt-get install fcitx-table-wubi

    配置出五笔拼音:
    sudo apt-get install fcitx-table-wbpy
    ————————————————-
    安装完之后,然后重启你的X,应该就可以用Ctrl+Space调出fcitx来使用。

  • 相关阅读:
    luogu P1833 樱花 看成混合背包
    luogu P1077 摆花 基础记数dp
    luogu P1095 守望者的逃离 经典dp
    Even Subset Sum Problem CodeForces
    Maximum White Subtree CodeForces
    Sleeping Schedule CodeForces
    Bombs CodeForces
    病毒侵袭持续中 HDU
    病毒侵袭 HDU
    Educational Codeforces Round 35 (Rated for Div. 2)
  • 原文地址:https://www.cnblogs.com/york-hust/p/3789660.html
Copyright © 2011-2022 走看看