首页 > 其他 > 详细

Fedora20 MATE Destop 环境下安装Sougoupinyin输入法+皮肤

时间:2014-11-20 06:43:15      阅读:961      评论:0      收藏:0      [点我收藏+]

卸载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  

bubuko.com,布布扣

问题:

(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

 

Fedora20 MATE Destop 环境下安装Sougoupinyin输入法+皮肤

原文:http://www.cnblogs.com/wjshan0808/p/4108158.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!