[deepin exploration] Dock栏窗口错乱这个BUG有没有希望解决?
Tofloor
poster avatar
豆浆包子
deepin
2025-11-06 00:21
Author

如题:一有更新就立刻更新了,但是Dock栏窗口显示错乱这个BUG还没有解决,

从论坛反馈看,这是从V23祖传到现在的bug,开始对能不能解决有怀疑了。

有了解的大佬说说。

Reply Favorite View the author
All Replies
yippeeghost
deepin
2025-11-06 01:38
#1

不光错乱,还有个问题,就是休眠后,蓝牙鼠标经常点击无反应,只能关闭鼠标开关,再打开才行。

Reply View the author
昨夜的星辰
deepin
2025-11-06 07:45
#2
yippeeghost

不光错乱,还有个问题,就是休眠后,蓝牙鼠标经常点击无反应,只能关闭鼠标开关,再打开才行。

这个应该不只是系统问题,我在Windows上也多次遇到休眠后鼠标移动变卡,严重时不得不重新配对或者重启系统

Reply View the author
siw
deepin
2025-11-06 08:19
#3
yippeeghost

不光错乱,还有个问题,就是休眠后,蓝牙鼠标经常点击无反应,只能关闭鼠标开关,再打开才行。

我的两个联想无线鼠标也都有这个问题,其它牌子的无线鼠标就没这个情况。

Reply View the author
deepin-流云
Super Moderator
Community OP
2025-11-06 09:13
#4

目前任务栏的问题是已知待修复,研发正在紧急处理,如果这个问题影响了使用,可以手动降 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
豆浆包子
deepin
2025-11-06 18:25
#5
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

降这两个包应该就行了,需要使用下面的命令安装而不是 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