英文版的LD,如何使用中文输入法?
Tofloor
poster avatar
realfan
deepin
2013-12-10 17:03
Author
如题,英文版的LD,怎么调出中文输入法?
Reply Favorite View the author
All Replies
cxbii
deepin
2013-12-10 17:21
#1
http://wiki.linuxdeepin.com/index.php?t ... 8.E7.82.B9

http://linux.chinaitlab.com/administer/745262.html

安装和开机启动都在这里,你的帖子会被移动到其他软件,请以后发帖注意,谢谢
Reply View the author
electricface
deepin
2013-12-10 17:28
#2
先安装搜狗输入法,
sudo apt-get install fcitx-sogoupinyin
再打开 fcitx
fcitx
等待配置文件生成,然后 用sed替换一个配置
sed -i 's/sogou-pinyin:False/sogou-pinyin:True/' ~/.config/fcitx/profile
最后重启fcitx,搞定
fcitx -r
Reply View the author
realfan
deepin
2013-12-11 01:38
#3
先安装搜狗输入法,[quote]sudo apt-get install fcitx-sogoupinyin
再打开 fcitx
fcitx
等待配置文件生成,然后 用sed替换一个配置
sed -i 's/sogou-pinyin:False/sogou-pinyin:True/' ~/.config/fcitx/profile
最后重启fcitx,搞定
fcitx -r
[/quote]
非常感谢!
Reply View the author
wuy069
deepin
2013-12-11 03:01
#4
哦,为啥我安装的英文版安装了fcitx-sogoupinyin,直接就能用,也不用像楼上说的还要调配置文件呢
Reply View the author