问题描述:

搜狗输入法出现异常, 提示:

删除 .config/Sougou-PY 文件后重启

 

解决方案:

google后发现,搜狗拼音输入法使用 fcitx 框架。

 

发现系统同时安装了ibus框架

dpkg -i ibus* | grep ^ii

 

卸载ibus框架后,输入法恢复正常

sudo apt remove ibus*

  

 

相关文章:

  • 2021-03-31
  • 2021-07-08
  • 2022-01-05
  • 2021-06-02
猜你喜欢
  • 2021-05-21
  • 2022-12-23
  • 2021-06-13
  • 2021-11-25
相关资源
相似解决方案