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
原文地址:https://www.cnblogs.com/wjshan0808/p/4108158.html