[Share Experiences] 浏览器无法切换中文输入法的处理办法(转载) Resolved
Tofloor
poster avatar
wyz144343
deepin
2022-03-13 02:19
Author

deepin 输入法频繁重启,无法正常输入汉字解决方法:

方法一:彻底删除fcitx 并重新安装

1.直接卸载fcitx,但是输入法还是可以使用。因为没有卸载干净导致。

sudo apt remove fcitx

2.继续卸载fcitx-module

sudo apt remove fcitx-module*

3.接着卸载fcitx-frontend

sudo apt remove fcitx-frontend*

4.最后删除fcitx相关配置

sudo apt purge fcitx*

5.此时发现,已经没有办法输入中文了,重新启动系统,完成最终卸载

sudo reboot

6.重新下载并安装fcitx

sudo apt install fcitx

7.deepin 应用商店重新安装搜狗输入法,重启系统,解决问题。

方法二:卸载fcitx4以后,安装最新版的fcitx5

1.卸载所有旧版本,sudo apt remove fcitx*

2.清除旧版本配置信息 sudo apt purge fcitx*

3.安装fcitx5 ,sudo apt install fcitx5

4.安装附带的中文输入法,sudo apt install fcitx5-chinese-addons

5.配置fcitx5,添加中文输入法到常用

6.以上步骤完成后就已经有中文输入法了,不要再去应用商店安装搜狗等输入法了,因为这些输入法会自动安装fcitx4

转载: CSDN博主「晃晃OoO悠悠」的原创文章,
原文链接:https://blog.csdn.net/ieusr/article/details/122226304

Reply Favorite View the author
All Replies
安洛
deepin
2022-03-13 02:40
#1

其实只要一步:

sudo apt purge fcitx*

就会卸载所有fcitx输入法相关组件并且删除配置。

而linux系统特性,运行中的程序会把文件加载到内存里,即使卸载了也能接着用。

Reply View the author
wyz144343
deepin
2022-03-13 04:53
#2
安洛

其实只要一步:

sudo apt purge fcitx*

就会卸载所有fcitx输入法相关组件并且删除配置。

而linux系统特性,运行中的程序会把文件加载到内存里,即使卸载了也能接着用。

谢, 大神thanks

Reply View the author
Merlin
deepin
2022-03-13 07:19
#3

sogo目前没适配5

Reply View the author