zoukankan      html  css  js  c++  java
  • ubuntu16.04 安装中文输入法 搜狗输入法和 google pinyin

     使用网上的IBUS教程,在ibus setup 后的input method里找不到刚刚安装的Pinyin输入法

     

     

     

    不想在这里浪费时间,于是果断投入Fectix的怀抱~

    1.搜狗输入法:

    下载搜狗输入法for linux: https://pinyin.sogou.com/linux/

    添加源:

         sudo add-apt-repository ppa:fcitx-team/nightly

                sudo apt-get update

    安装fcitx:

         sudo apt-get install fcitx

                    sudo apt-get install fcitx-config-gtk

                    sudo apt-get install fcitx-table-all

    安装im-switch  :  

         sudo apt-get install im-switch

    安装搜狗输入法:

         sudo dpkg -i  sogoupinyin_2.2.0.0102_amd64.deb

    到这里再注销一般就可以了,但是我还是不行。

    解决方法:

    在~/.bashrc中加入以下:

    export GTK_IM_MODULE=fcitx      
    export QT_IM_MODULE=fcitx      
    export XMODIFIERS="@im=fcitx"  

               

    2. google pinyin

    Systemsettings -> LanguageSupport ->Keyboard input method system改为fctix

    点击 input/Remove languages,确认中文简体已安装

    这是系统依然采用的是ibus输入,需要重启或者注销电脑

    重启太麻烦啦,注销你的ubuntu再登录,当右上角出现一个小企鹅,fctix就应用到你的系统了

    就是这个萌萌哒

     

    接下来添加源,安装fctix google拼音

    1 sudo add-apt-repository ppa:fcitx-team/nightly  
    2 
    3 sudo apt-get install fcitx fcitx-googlepinyin

    点击右上角小企鹅

    选择ConfigureFcitx,跳出来的窗口中,+/-可以增加输入法,上下箭头可以调整优先级。把googlepinyin添加即可

     

     

     

     (再推荐一款截图工具:ksnapshot     sudo apt-get install ksnapshot即可,安装后终端输入ksnapshot即可打开,

    以上截图都是使用ksnapshot所截)

  • 相关阅读:
    Speex for Android
    反射(高大上)、类的内置方法
    hashlib摘要算法模块,logging日志,configparser配置文件模块
    抽象类,接口类,封装,property,classmetod,statimethod
    面对对象三大特征:继承 多态(鸭子类型)(面试题)
    面向对象命名空间及组合(面试题)
    初始面向对象
    模块与包
    常用模块
    列表表达式,生成器表达式,
  • 原文地址:https://www.cnblogs.com/voyagee/p/6898054.html
Copyright © 2011-2022 走看看