ubuntu20.04安装sougou输入法,重启后屏幕一片漆黑,只能看到更黑的鼠标~鼠标可以移动但是点击没任何反应
首先感谢这位博主真的是救星啊https://blog.csdn.net/weixin_28729271/article/details/87601342?spm=1001.2014.3001.5501
总结一下就是因为装了sougoupinyin和fcitx导致的情况,把这两个卸载掉就好了。
sudo dpkg -l so* //看到有个包是sougoupinyin,没错,搞他
sudo apt-get purge sogoupinyin
sudo apt-get remove sogoupinyin
sudo apt-get remove fcitx
sudo apt-get autoremove //自动移除无用的包。
reboot
如果你没装fcitx可以选择不删,,呵呵
在Ubuntu20.04中安装sougou输入法后,系统重启出现屏幕黑屏且鼠标可见但无法操作的问题。博主分享了解决方案,即卸载sougoupinyin和fcitx。通过运行sudo dpkg -l | grep sogoupinyin找到相关包,然后使用sudo apt-get purge sougoupinyin、sudo apt-get remove sougoupinyin、sudo apt-get remove fcitx及sudo apt-get autoremove删除它们,并重启电脑,问题得到解决。若未安装fcitx,可不必删除。
3万+

被折叠的 条评论
为什么被折叠?



