搜狗输入法占99%怎么个情况???
Tofloor
poster avatar
i3ekr
deepin
2018-04-07 17:15
Author

搜狗的这个垃圾输入法占CPU一直飙升怎么个情况???????
Reply Favorite View the author
All Replies
avatar
i3ekr
deepin
2018-04-07 17:17
#1
遇到不是一次两次了。都很猛。
Reply View the author
avatar
xinyonghu
deepin
2018-04-07 21:57
#2
官方已知BUG,搜狗一直没有改进,等深度输入法吧
Reply View the author
avatar
130******25
deepin
2018-04-08 01:16
#3
杀了它就好了
Reply View the author
avatar
hhzhaoheng
deepin
2018-04-08 16:56
#4
卸载了就好,干嘛用它,占内存
Reply View the author
avatar
王猛龙
deepin
2018-04-08 21:36
#5
我都是用 小企鹅的 google-pinyin
Reply View the author
avatar
海天鹰
deepin
2018-04-08 22:00
#6
为什么我没遇到,让我也发飙呀~
Reply View the author
avatar
HarryZhao
deepin
2018-04-09 03:27
#7
用了一阵子,虽然没遇到什么问题,但还是卸掉了。现在用谷歌拼音,顺道用用五笔拼音学五笔
Reply View the author
avatar
84******59@qq.com
deepin
2018-04-09 03:42
#8
我也一直想换个输入法,不晓得五笔还有哪个输入法好用。。而且,这东西怎么卸载才干净?
Reply View the author
avatar
iamkang
deepin
2018-04-19 03:40
#9
搜狗输入法也很占内存,刚刚看资源占用,597M
Reply View the author
avatar
wangyong
deepin
2018-04-19 03:48
#10
搜狗输入法使用的qml来实现的,qml这种技术会导致内存越用越多,内存无法释放。
Reply View the author
avatar
haohaohao
deepin
2018-04-19 16:54
#11
后端或不使用时达到一个内存上限,程序或系统让它自动重启下。另外视频后端播放时内存也应有所降低,
Reply View the author
avatar
bmw_liu
deepin
2018-04-19 17:32
#12
https://bbs.deepin.org/post/155066
卸载了就好,干嘛用它,占内存

请问如何卸载
Reply View the author
avatar
hhzhaoheng
deepin
2018-04-19 20:59
#13
不是可以点击右键卸载么。
1.卸载sogou输入法。
2.清除sogou输入法剩余设置:
打开终端 ctrl+alt+t
输入指令进入目录
cd ~/.config
sudo rm -r SogouPY  //若无法删除则进入目录删除全部内容
删除.config目录下剩余带sogou的配置文件
sudo rm 以sogou开头的文件
3.下载其他输入法。
//若已有非搜狗输入法可跳过此步。
4.配置fcitx
终端输入
im-config
fcitx-config-gtk3



以上执行后是不行的,以下有两个选择
第一种:
1:sudo apt-get install fcitx-frontend-gtk3 fcitx-ui-classic
2:重启
第二种:
1:重装fcitx
2:重启



然后你可以搜索下怎么安装其它输入法
Reply View the author
Comments
bmw_liu
2018-04-19 21:55
好的,谢谢