广告

本站里的文章大部分经过自行整理与测试

2017年8月2日星期三

Fedora KDE - 安装 fcitx + 搜狗拼音

Fedora Gnome 版
https://jasonmun.blogspot.my/2016/05/fedora-ibus-fcitx-sogoupinyin.html

以下是 Fedora KDE 版
(已在 Fedora 26 测试过了)

1) fcitx 安装

$ su root

$ dnf install fcitx kcm-fcitx fcitx-cloudpinyin fcitx-pinyin fcitx-configtool

2) fcitx 设置 (如果没有可跳过)
/etc/sddm.conf 在X11节中设置(默认值是不对的)
SessionCommand=/usr/share/sddm/scripts/Xsession

3) 让系统选择用 fcitx

$ su 用户名
$ imsettings-switch fcitx

4) 搜狗拼音 ubuntu 版下载 (下载到 ~/Downloads)
http://pinyin.sogou.com/linux/?r=pinyin
http://pinyin.sogou.com/linux/download.php?f=linux&bit=64 

5) 解压, 需要 deb 里面的 data.tar.xz 
$ su 用户名
$ cd ~/Downloads
$ ar vx sogoupinyin_2.1.0.0086_amd64.deb

共有3个文件: 
x - debian-binary
x - control.tar.gz
x - data.tar.xz

6) 再解压, 将文件放到系统各处 (安装) 
$ su root 
$ tar -Jxvf data.tar.xz  -C / 
$ cp /usr/lib/x86_64-linux-gnu/fcitx/fcitx-sogoupinyin.so /usr/lib64/fcitx/fcitx-sogoupinyin.so 

7) 重启系统或运行 
$ su 用户名
$ fcitx -r
$ sogou-qimpanel

$ fcitx-configtool # Fcitx 设置界面

没有评论:

发表评论