zoukankan      html  css  js  c++  java
  • Ubuntu18 输入法fcitx安装

    默认iBus非常难用

    1.安装fcitx
    终端输入
    fcitx
    提示程序尚未安装。
    使用命令安装
    sudo apt-get install fcitx-bin
    相关的依赖库和框架都会自动安装上。
    2.安装输入法
    sudo apt-get install fcitx-table
    3.配置fcitx
     安装完fcixt后需要把输入法系统更改成fcitx;
     
     系统->区域和语言->管理已安装的语言->语言->键盘输入法系统:fcitx
     重启系统。
    4.系统右上角会出现输入法小键盘。打开配置,输入法把“键盘-汉语”调到最前面。

    5.fcitx在Qt里面无法使用切换中文的问题。安装fcitx后把
    /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontextslibfcitxplatforminputcontextplugin.so
    文件拷贝到Qt安装目录以下两个文件夹里面位置。
    Qt5.11.2/5.11.2/gcc_64/plugins/platforminputcontexts
    Qt5.11.2/Tools/QtCreator/lib/Qt/plugins/platforminputcontexts

  • 相关阅读:
    杀人蜂
    awk
    ggplot2
    非模式物种的注释
    org注释包
    NCB之taxonomy系列
    NCBI之gene系列
    notepad++查看二进制文件
    orthodb
    canu软件文献
  • 原文地址:https://www.cnblogs.com/ike_li/p/10037768.html
Copyright © 2011-2022 走看看