[Problem feedback] 任务栏上顽固图标是什么?
Tofloor
poster avatar
johnmy
deepin
2025-11-06 08:03
Author

任务栏上偶尔有出现顽固围标,无法删除,右击几个按钮均不起作用,点击没有反应,是什么情况?红的图标是DC,但当前DC没有打开。
image.png

Reply Favorite View the author
All Replies
大多时候吃素
deepin
2025-11-06 08:15
#1

系统监视器重启任务栏看看?

Reply View the author
kookboy
deepin
2025-11-06 10:19
#2

有些应用程序在安装时会自动添加到开机启动服务里,会不会是开机自启动了。如果是,程序设置里看看,取消开机自启动。

Reply View the author
johnmy
deepin
2025-11-06 10:22
#3
大多时候吃素

系统监视器重启任务栏看看?

谢谢。任务栏是哪个 应用程序或进程?

Reply View the author
johnmy
deepin
2025-11-06 10:23
#4
kookboy

有些应用程序在安装时会自动添加到开机启动服务里,会不会是开机自启动了。如果是,程序设置里看看,取消开机自启动。

不是的,刚开机的时候是没有的,不知道运行了哪个程序后就有了。

Reply View the author
johnmy
deepin
2025-11-06 10:27
#5
大多时候吃素

系统监视器重启任务栏看看?

是org.deepin.dde-shell吗?

Reply View the author
deepin-流云
Super Moderator
Community OP
2025-11-06 11:36
#6

是deepin25最新版本么?先用下面回滚的方案处理下,研发会很快推版本解决。

手动降 dde-shell 到上次正式版的版本:

https://ci.deepin.com/repo/obs/deepin:/CI:/TestingIntegration:/test-integration-pr-2215:/lao/testing/amd64/dde-shell_2.0.6_amd64.deb
https://ci.deepin.com/repo/obs/deepin:/CI:/TestingIntegration:/test-integration-pr-2215:/lao/testing/amd64/libdde-shell_2.0.6_amd64.deb

降这两个包应该就行了,需要使用下面的命令安装而不是 apt install:

sudo dpkg -i ./dde-shell_2.0.6_amd64.deb ./libdde-shell_2.0.6_amd64.deb

因为是强制降级,用 apt install 的话会检测到依赖问题,可能会为了解决依赖问题而卸载掉一堆别的东西。

然后在终端执行下面的命令

systemctl --user restart dde-shell@DDE.service

任务栏服务会重启,应该就恢复上次正式版的状态了

Reply View the author
johnmy
deepin
2025-11-06 11:41
#7
deepin-流云

是deepin25最新版本么?先用下面回滚的方案处理下,研发会很快推版本解决。

手动降 dde-shell 到上次正式版的版本:

https://ci.deepin.com/repo/obs/deepin:/CI:/TestingIntegration:/test-integration-pr-2215:/lao/testing/amd64/dde-shell_2.0.6_amd64.deb
https://ci.deepin.com/repo/obs/deepin:/CI:/TestingIntegration:/test-integration-pr-2215:/lao/testing/amd64/libdde-shell_2.0.6_amd64.deb

降这两个包应该就行了,需要使用下面的命令安装而不是 apt install:

sudo dpkg -i ./dde-shell_2.0.6_amd64.deb ./libdde-shell_2.0.6_amd64.deb

因为是强制降级,用 apt install 的话会检测到依赖问题,可能会为了解决依赖问题而卸载掉一堆别的东西。

然后在终端执行下面的命令

systemctl --user restart dde-shell@DDE.service

任务栏服务会重启,应该就恢复上次正式版的状态了

谢谢。等着升级了

Reply View the author
UOS小白
deepin
2025-11-06 13:05
#8

是不是用兼容引擎安装软件了?有的时候安装完会退不出,一直在任务栏,重启电脑后就没了applaud

Reply View the author