zoukankan      html  css  js  c++  java
  • LinuxMint Mate 安装Google拼音输入法(Fcitx)

    安装Google拼音输入法(Fcitx)
    $ sudo apt-get install fcitx fcitx-config-gtk fcitx-frontend-all fcitx-ui-classic fcitx-googlepinyin

    切换输入法
    $ im-config -l
     fcitx xim
    $ im-config -o fcitx && echo
    Flexible Input Method Framework (fcitx)
     * Required for all: fcitx
     * Language specific input conversion support:
       * Simplified Chinese: fcitx-pinyin or fcitx-sunpinyin or fcitx-googlepinyin
       * Generic keyboard translation table: fcitx-table* packages
     * Application platform support:
       * GNOME/GTK+: fcitx-frontend-gtk2 and fcitx-frontend-gtk3 (both)
       * KDE/Qt4: fcitx-frontend-qt4
    $ im-config -n fcitx

    注销mate(Gnome)桌面

    $ gnome-session-quit --logout --no-prompt

    重新登录按Ctrl+Space切换。

    ---

    $ dpkg --get-selections | grep fcitx
    fcitx                        install
    fcitx-bin                    install
    fcitx-config-common                install
    fcitx-config-gtk                install
    fcitx-data                    install
    fcitx-frontend-all                install
    fcitx-googlepinyin:amd64            install
    fcitx-module-x11                install
    fcitx-modules                    install
    fcitx-ui-classic                install
    fcitx-ui-qimpanel                deinstall
    gir1.2-fcitx-1.0                install
    libfcitx-config4:amd64                install
    libfcitx-core0:amd64                install
    libfcitx-gclient0:amd64                install
    libfcitx-utils0:amd64                install

  • 相关阅读:
    Android开发探秘之一:创建可以点击的Button
    TCP之心跳包实现思路
    Asp.net与Dojo交互:仪器仪表实现
    Asp.net Json数据解析的一种思路
    Asp.net通过Jquery操作WebService进行Ajax读写
    GridView自定义删除操作
    从客户端中检测到有潜在危险的request.form值
    JUC-Condition线程通信
    ModelAndView 配置与使用
    SpringMVC之ModelAndView的用法(转)
  • 原文地址:https://www.cnblogs.com/Bob-wei/p/7135867.html
Copyright © 2011-2022 走看看