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所截)

  • 相关阅读:
    专利申请流程
    安装Fedora16与Windows7共存双系统
    rpm检查依赖性
    C++中的static函数和extern关键字
    asp.net 浏览服务器文件
    如何用批处理文件写:获取当前日期的前一天
    有一个无效 SelectedValue,因为它不在项目列表中。
    .net 4.0 检测到有潜在危险的 Request.Form 值。
    ckeditor 在C#中使用
    使用任务计划程序自动执行任务
  • 原文地址:https://www.cnblogs.com/voyagee/p/6898054.html
Copyright © 2011-2022 走看看