终端语言变成中文,输入法整个起不来
Tofloor
poster avatar
陈思煜
deepin
2018-09-04 18:32
Author
因为更新导致的问题,上个贴没人回,不知道怎么解决,dis-urgade会卡在mysql 那里动不了。输入法正确的说应该是没有皮肤,看不到选词,可以打字。
Reply Favorite View the author
All Replies
avatar
陈思煜
deepin
2018-09-04 18:36
#1
切换键盘布局和重新设置语言后输入法起来了……但终端语言还是英文的
Reply View the author
avatar
陈思煜
deepin
2018-09-04 18:57
#2
现在发现pycharm 和sublime 无法使用搜狗输入法,能打出来,都没办法输入……
Reply View the author
avatar
bluesky_ln
deepin
2018-09-04 19:00
#3
Fcitx输入中文时不显示候选词框的解决办法
Ubuntu安装Fcitx以及Fcitx输入中文不显示候选词框的解决办法
 
一、安装Fcitx
1. 安装Fcitx所需组件
$ sudo apt install fcitx fcitx-tools fcitx-config* fcitx-frontend* fcitx-module* fcitx-ui-* presage
2. 移除多余的组件(仅针对非KDE桌面)
因为上面的安装命令为了方便使用了通配符安装,所以会多安装一个fcitx-module-kimpanel,这个组件可能导致在非KDE桌面环境下Fcitx输入中文时不显示候选词框,如果是KDE桌面则无需移除
$ sudo apt remove fcitx-module-kimpanel
3. 根据需要安装一个或多个输入法
$ sudo apt install fcitx-pinyin            # 拼音
$ sudo apt install fcitx-sunpinyin         # sun拼音
$ sudo apt install fcitx-googlepinyin      # google拼音
$ sudo apt install fcitx-table-wubi-large  # 五笔

二、Fcitx输入中文时不显示候选词框的解决办法
如上所述,在非KDE桌面环境下,如果安装了fcitx-module-kimpanel,可能会导致Fcitx输入中文时不显示候选词框,移除该组件,然后重启Fcixt。
$ sudo apt remove fcitx-module-kimpanel
Reply View the author
avatar
陈思煜
deepin
2018-09-04 19:14
#4
搞定了……
Reply View the author
avatar
陈思煜
deepin
2018-09-04 19:47
#5
bluesky_ln 发表于 2018-9-4 11:00
Fcitx输入中文时不显示候选词框的解决办法
Ubuntu安装Fcitx以及Fcitx输入中文不显示候选词框的解决办法
 

我现在是编辑器切不了输入法得怎么解决,发现小书匠也用不了
Reply View the author