zoukankan      html  css  js  c++  java
  • Fedora20 MATE Destop 环境下安装Sougoupinyin输入法+皮肤

    卸载ibus

    # yum erase ibus*

       选择性安装 fcitx

    # yum install fcitx fcitx-configtool
    $ ls -a
    $ vi .bashrc  .bash_profile  /etc/profile
    #追加 ____~~~ export GTK_IM_MODULE
    =fcitx export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx"
    ____~~~
    # fcitx --version
    #成功 ___
    ~~~ result: fcitx version: 4.2.8.4 ___~~~

     然后

    # alternatives --config xinputrc 

      选项    命令
    -----------------------------------------------
       1           /etc/X11/xinit/xinput.d/xim.conf
       2           /etc/X11/xinit/xinput.d/none.conf
       3           /etc/X11/xinit/xinput.d/xcompose.conf
    *+ 4           /etc/X11/xinit/xinput.d/fcitx.conf

    按 Enter 保留当前选项[+],或者键入选项编号:4

    http://mirrors.ustc.edu.cn/deepin/pool/non-free/f/fcitx-sogoupinyin-release/

     解压包文件#或者双击挂载

    安装

    # tar Jxvf data.tar.xz -C /
    # cp /usr/lib/x86_64-linux-gnu/fcitx/fcitx-sogoupinyin.so /usr/lib64/fcitx/
    # ls -l fcitx-sogoupinyin.so 
    ___~~~
    -rw-r--r--. 1 root root 1237520 11月 19 15:04 fcitx-sogoupinyin.so
    ___~~~
    # chmod +x fcitx-sogoupinyin.so
    
    # ls -l fcitx-sogoupinyin.so 
    ___~~~
    -rwxr-xr-x. 1 root root 1237520 11月 19 15:04 fcitx-sogoupinyin.so
    ___~~~

    Alt+F2

    运行 fcitx  sogou-qimpanel

    将皮肤放在

    /usr/share/fcitx/skin 目录下 OK  

    问题:

    (WARN-12933 /builddir/build/BUILD/fcitx-4.2.8.4/src/module/dbus/dbusstuff.c:195) Connection Error (Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

    解决 :

    # yum install dpkg
  • 相关阅读:
    最长上升子序列(矩形嵌套)
    中国剩余定理模板poj1006
    POJ 2891 扩展欧几里德
    2015多校联赛第三场(部分题解)
    树链剖分
    深度理解链式前向星
    POJ 1228 Grandpa's Estate(凸包)
    旋转卡壳(一)
    最小圆覆盖 hdu 3007
    半平面求交 模板
  • 原文地址:https://www.cnblogs.com/wjshan0808/p/4108158.html
Copyright © 2011-2022 走看看