广告

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

2016年6月8日星期三

OpenSUSE - Fcitx + 搜狗拼音

1. 安装 fcitx
$ su root 
$ zypper install fcitx fcitx-config-gtk3

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

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

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

4. 再解压, 将文件放到系统各处 (安装)
$ 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

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

$ fcitx-configtool # Fcitx 设置界面
Input Method Configuration - Input Method - 加入 Sogou Pinyin

没有评论:

发表评论