[Feedback on issues] 【系统设置-个性化-桌面和任务栏】【状态-一直隐藏】设置无效 Resolved
Tofloor
poster avatar
wacxhs
deepin
2025-09-24 18:41
Author

【系统设置-个性化-桌面和任务栏】

状态设置了【一直隐藏】,当鼠标移动到了底部,仍会显示,有什么方式设置不显示任务栏

Reply Favorite View the author
All Replies
pzm9012
Moderator
2025-09-25 08:44
#1

设计如此,不需要的话把dde-shell杀掉

Reply View the author
wacxhs
deepin
2025-09-25 14:22
#2
pzm9012

设计如此,不需要的话把dde-shell杀掉

进程杀掉后仍会被重新拉起,请问还有其他的设置吗。

杀进程命令

sudo kill -9 `sudo ps aux | grep dde-shell | grep -v 'grep' | awk '{print $2}'`
Reply View the author
pzm9012
Moderator
2025-09-25 14:26
#3
wacxhs

进程杀掉后仍会被重新拉起,请问还有其他的设置吗。

杀进程命令

sudo kill -9 `sudo ps aux | grep dde-shell | grep -v 'grep' | awk '{print $2}'`

问了下大佬,把dde-shell@DDE.service这个systemd服务禁用

Reply View the author
wacxhs
deepin
2025-09-25 14:33
#4
pzm9012

问了下大佬,把dde-shell@DDE.service这个systemd服务禁用

好的,非常感谢您!

Reply View the author