level 7
limuchen12
楼主
在 Linuxmint 16 下使用PPA安装 Fcitx+搜狗:
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
sudo apt-get install fcitx fcitx-sogoupinyin fcitx-table-wubi
重启开始使用时,会碰到如下错误:
错误一:
使用Fcitx-Configuration时,提示没有前端界面(?):
sudo apt-get install fcitx-config-gtk
错误二:
无法切换到Fcitx,在终端中执行fcitx命令,提示“无可用前端”。这是依赖问题,安装如下3个软件包(fcitx-frontend-gtk2 fcitx-frontend-gtk3强烈建议同时安装):
sudo apt-get install fcitx-frontend-gtk2 fcitx-frontend-gtk3 fcitx-ui-classic
错误三:
各项全都配置好了,觉得实在没什么需要配置的时候,依然无法切换到Fcitx。这时我打开Fcitx-Configuration,再Input Method列表中将Sogou Pinyin调整为第一输入法,然后发现,Fcitx可以用了?!!
我觉得这应该是快捷键的问题,Ctrl+Space也许被占用了,打开Keyboard Shortcuts,在Custom Shortcuts里找到了一个自定义项Fcitx,应该是这一条与Fcitx-Configuration里的配置冲突了,貌似这一条是用Linuxmint 15时我添加上去的?于是删除该项,然后Ctrl+Space就可以切换到Fcitx了。。。
小问题:
还有一个问题,当切换到Fcitx后,第一次输入时,是候选词条先出来,停1秒左右词条背景样式才会加载,貌似之前Ubuntu和linuxmint 15没出现过这个问题,不知道有木有吧友碰到过?
2013年12月07日 03点12分
1
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
sudo apt-get install fcitx fcitx-sogoupinyin fcitx-table-wubi
重启开始使用时,会碰到如下错误:
错误一:
使用Fcitx-Configuration时,提示没有前端界面(?):
sudo apt-get install fcitx-config-gtk
错误二:
无法切换到Fcitx,在终端中执行fcitx命令,提示“无可用前端”。这是依赖问题,安装如下3个软件包(fcitx-frontend-gtk2 fcitx-frontend-gtk3强烈建议同时安装):
sudo apt-get install fcitx-frontend-gtk2 fcitx-frontend-gtk3 fcitx-ui-classic
错误三:
各项全都配置好了,觉得实在没什么需要配置的时候,依然无法切换到Fcitx。这时我打开Fcitx-Configuration,再Input Method列表中将Sogou Pinyin调整为第一输入法,然后发现,Fcitx可以用了?!!
我觉得这应该是快捷键的问题,Ctrl+Space也许被占用了,打开Keyboard Shortcuts,在Custom Shortcuts里找到了一个自定义项Fcitx,应该是这一条与Fcitx-Configuration里的配置冲突了,貌似这一条是用Linuxmint 15时我添加上去的?于是删除该项,然后Ctrl+Space就可以切换到Fcitx了。。。
小问题:
还有一个问题,当切换到Fcitx后,第一次输入时,是候选词条先出来,停1秒左右词条背景样式才会加载,貌似之前Ubuntu和linuxmint 15没出现过这个问题,不知道有木有吧友碰到过?