[Bug Report] 任务栏两个wps图标
Tofloor
poster avatar
交流
deepin
2025-11-03 03:07
Author

系统25.0.9,启动前任务栏有一个wps图标,且未启动状态,启动wps并编辑后,在关闭wps后变成两个图标,且“强制退出”无效。

截图_选择区域_20251103025557.png

Reply Favorite View the author
All Replies
庸俗的浪漫着
deepin
2025-11-03 07:53
#1

目测是已知待修复的bug,在Deepin25正式版的公告里面说了。

Reply View the author
deepin-流云
Super Moderator
Community OP
2025-11-03 09:49
#2

目前任务栏的问题是已知待修复,研发正在紧急处理,如果这个问题影响了使用,可以手动降 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

降这两个包应该就行了,然后在终端执行下面的命令

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

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

需要使用下面的命令安装而不是 apt install:

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

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

Reply View the author