更新一半关机,现在开机不了怎么处理
Tofloor
poster avatar
陈思煜
deepin
2018-09-04 02:17
Author
我使用命令更新,更新后开机控制栏显示要更新,我就点了更新,然后进度条3/4时卡主,然后重启,现在启动不了
Reply Favorite View the author
All Replies
avatar
陈思煜
deepin
2018-09-04 02:24
#1
急阿,工作机……
Reply View the author
avatar
陈思煜
deepin
2018-09-04 02:25
#2
进去recovery 瞎修复,然后好了……
Reply View the author
avatar
陈思煜
deepin
2018-09-04 02:41
#3
现在是搜狗用不了,系统语言为英文……
Reply View the author
avatar
陈思煜
deepin
2018-09-04 05:09
#4
搜狗的怎么解决啊....
Reply View the author
avatar
sudo_free
deepin
2018-09-04 05:29
#5
recovery瞎搞真猛;既然你已经搞成中文了,启动菜单里找到‘fcitx 配置’,点‘+’添加搜狗输入法
Reply View the author
avatar
陈思煜
deepin
2018-09-04 18:29
#6
iamhyc65 发表于 2018-9-3 21:29
recovery瞎搞真猛;既然你已经搞成中文了,启动菜单里找到‘fcitx 配置’,点‘+’添加搜狗输入法 ...

不行阿,我整个输入法起不来
Reply View the author
avatar
bluesky_ln
deepin
2018-09-04 19:03
#7
https://bbs.deepin.org/post/168396
不行阿,我整个输入法起不来

输入法全删了,再重装啊!
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