[Feedback on issues] deepin25 正式版,搜狗输入法在Linux打字出现桌面服务卡死多次!
Tofloor
poster avatar
Yueling-Ding
deepin
2025-07-14 10:23
Author

deepin25 正式版,自带的搜狗输入法,在在Linux原生微信上打字,打字出现桌面服务卡死多次,基本每天要出现N多次,每次都要重启,没人出现过这个问题吗

image.png

Reply Favorite View the author
All Replies
steveGuRen
deepin
2025-07-14 11:30
#1

其实不止25,23版本也是这样,next版本的搜狗输入法不行,搞得我直接删掉sougou用默认的拼音输入法了。巨大的一个BUG

Reply View the author
绿竹
deepin
2025-07-14 11:35
#2

用万象输入法吧

https://bbs.deepin.org/post/286946

https://bbs.deepin.org/post/289086

Reply View the author
fhqiw
deepin
2025-07-14 12:18
#3

我直接用的系统自带的五笔拼音。

Reply View the author
鲜衣怒马
deepin
2025-07-14 13:55
#4

dp25@dp25-PC:~$ cat kill_fcitx5.sh
#!/bin/bash

kill -9 $(ps -ef |grep "/usr/bin/fcitx5 -r" |grep -v grep |awk '{print$2}')
每次卡住了执行一下脚本就好了

Reply View the author
鲜衣怒马
deepin
2025-07-14 13:57
#5

高级版:
思路:
1、监测fictx5进程的cpu占用,高于某个百分比,自动kill掉

2、监测脚本的时间间隔--多少秒合适?
3、放进系统自动执行里执行?--开机自启?

Reply View the author
卢少骅
deepin
2025-07-14 14:18
#6

这就是国内软件厂商对信创linux桌面的态度sad
开发搜狗next的,还是专门成立的公司,专攻信创市场呢
这都开发了多久了,还是各种问题

Reply View the author
猫粮
deepin
2025-07-14 14:41
#7
It has been deleted!
鲜衣怒马
deepin
2025-07-14 15:35
#8

https://bbs.deepin.org/post/289414 ----无需重启系统
高级基本无痛版解决方案,自动监测,监测到有异常时,自动恢复~~~

Reply View the author
鲜衣怒马
deepin
2025-07-14 19:11
#9

更新了我的解决方案,你可以试试我的安装DEB的方案,如果你频繁遇到问题,这个方案能减轻痛苦,在遇到问题时,自动帮您恢复,不需要您手动处理
fcitx5-monitor-deb.zip

下载这个压缩包,解压缩后双击deb文件安装

Reply View the author
Yueling-Ding
deepin
2025-07-15 09:34
#10
鲜衣怒马

更新了我的解决方案,你可以试试我的安装DEB的方案,如果你频繁遇到问题,这个方案能减轻痛苦,在遇到问题时,自动帮您恢复,不需要您手动处理
fcitx5-monitor-deb.zip

下载这个压缩包,解压缩后双击deb文件安装

好的,我试试

Reply View the author