[Feedback on issues] 工具栏向日葵图标与企业微信图标关联同样的窗口预览问题
Tofloor
poster avatar
expskywalker
deepin
2025-11-03 10:17
Author

6.12.43-amd64-desktop-rolling

鼠标移动到工具栏向日葵图标与企业微信图标,预览窗口显示均为向日葵的,而且有一个窗口预览是重复第一个的。

image.png 从图标下方的指示看会以为企业微信打开了多个窗口,实际上只有企业微信一个主窗口。直接点击企业微信图标能打开主界面。

通过企业微信的预览窗口,能够直接关闭向日葵的远程窗口。而之后企业微信的预览窗口又会跳到另一个编辑器,完全搞不清是什么规律,为什么会这样。

Reply Favorite View the author
All Replies
deepin-流云
Super Moderator
Community OP
2025-11-03 11:24
#1

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

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

Reply View the author
expskywalker
deepin
2025-11-03 13:34
#2
deepin-流云

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

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

这两个包的执行顺序有要求吗?

我执行了第二个包安装,第一个就无法执行了。那个命令也无法执行,提示找不到介质。然后任务栏没了,无法操作。

Reply View the author
BLumia
deepin
2025-11-03 15:22
#3

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

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

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


两个附注:

  1. 如果你已经尝试使用了 apt install 来装包降级的话,先 apt install deepin-desktop-environment-extras 把桌面全家桶装回去,然后再重新使用 dpkg -i 装包的形式降级。
  2. 由于上面所说的依赖问题(暂时可以放心忽略),后续apt install别的东西会提示需要 fix-broken,如果尝试修复就会把新的 dde-shell 包装回去。本周应该会推送任务栏的紧急更新,到时候就是直接 fix-broken 升上去就行。
Reply View the author
expskywalker
deepin
2025-11-03 15:54
#4

还好能通过系统回退,惊出一身冷汗。

Reply View the author