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

    <h4>安装fcitx:</h4>
    <blockquote>sudo yum install fcitx fcitx-pinyin fcitx-configtool
    sudo yum install fcitx-pinyin
    sudo yum install fcitx-configtool
    sudo yum install im-chooser

    3、在im-chooser中选择使用fcitx;
    4、重启gnome,可以发现可以使用了;</blockquote>
    &nbsp;
    <h4>可能遇到的问题:</h4>
    gsetting配置,这时候该使用 im-chooser 选择输入法为fcitx后报错显示:
    <blockquote>GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark. imsettings 2derror_2dquark.Code5: Current desktop isn’t targeted by IMSettings.</blockquote>
    查看日志:
    INFO: Attempting to switch IM to FCITX [lang=en_US.utf8, update=true] org.gnome.settings-daemon.plugins.keyboard.active is true. imsettings is going to be disabled.
    需要对gsetting设定:(在终端下输入运行)
    <blockquote>gsettings set org.gnome.settings-daemon.plugins.keyboard active false</blockquote>
    现在再去使用im-chooser中选择fcitx,重启后就可以使用了.
    标点符号问题:需要执行下列命令:
    <blockquote>ln -s /usr/lib/x86_64-linux-gnu/fcitx/fcitx-punc-ng.so /usr/lib64/fcitx/fcitx-punc-ng.so</blockquote>
    <strong>按ctrl+.按键切换为全角符号,即能正常的输入符号!</strong>

  • 相关阅读:
    react生命周期-渲染阶段
    react声明周期详解
    react子传父
    react 爷爷组件件传递给孙子组件
    react验证参数格式类型
    原生input上传视拼,参数形式 file: (binary)形式的
    L2-4 彩虹瓶 (25分)
    L2-3 深入虎穴 (25分)
    L2-1 链表去重 (25分)
    L1-1 帅到没朋友 (20分)
  • 原文地址:https://www.cnblogs.com/liweilijie/p/4984593.html
Copyright © 2011-2022 走看看