任务栏没了,怎么让它出来?
Tofloor
poster avatar
wangqun2008
deepin
2020-02-20 05:34
Author
不知道怎么动的,任务栏不见了,也不知道怎么设置出来,不会重装系统吧
Reply Favorite View the author
All Replies
avatar
叶落随风
deepin
2020-02-20 05:44
#1
任务条有个“一直隐藏”的选项,大概率是点了那个。你点Windows键看看能不能出来。我是不敢试
Reply View the author
avatar
谦言谦语
deepin
2020-02-20 07:42
#2
按一下Windows键试试。
Reply View the author
avatar
走钢丝
deepin
2020-02-20 16:16
#3
应该是 bug。右键-模式,切换一下。
Reply View the author
avatar
houyawei
deepin
2020-02-20 16:51
#4
关闭窗口特效试试。
我这边开着窗口特效有一定概率底部DOCK栏会消失
Reply View the author
avatar
reilly
deepin
2020-02-20 17:19
#5
回一下你吧,用命令行 ps -e | grep "dock"  ,然后 sudo kill -9  pid号,守护进程会重启任务栏。
Reply View the author
avatar
spencer023
deepin
2020-02-20 19:02
#6
本帖最后由 spencer023 于 2020-2-20 11:07 编辑

补充图片 我喜欢把任务栏状态设为智能隐藏
Reply View the author
avatar
wei_pan
deepin
2020-02-20 19:36
#7
Reply View the author
avatar
海天鹰
deepin
2020-02-20 23:31
#8
任务管理器搜索dde-dock
Reply View the author
avatar
nolocus
deepin
2020-02-21 22:40
#9


终端运行  rm ~/.config/dconf  -rf  删除这个文件夹
Reply View the author
avatar
wangqun2008
deepin
2020-02-23 03:48
#10
https://bbs.deepin.org/post/189112
任务条有个“一直隐藏”的选项,大概率是点了那个。你点Windows键看看能不能出来。我是不敢试 ...

自动隐藏鼠标往下一滑就出来了,但不是这个问题,根本不出来按windows键,只能出来开始菜单,不出任务栏
Reply View the author
avatar
wangqun2008
deepin
2020-02-23 03:51
#11
https://bbs.deepin.org/post/189112
按一下Windows键试试。

只有开始菜单,不出来任务栏
Reply View the author
avatar
wangqun2008
deepin
2020-02-23 03:52
#12
https://bbs.deepin.org/post/189112
回一下你吧,用命令行 ps -e | grep "dock"  ,然后 sudo kill -9  pid号,守护进程会重启任务栏。 ...

搜了论坛里几个命令,不行,就重装系统了
Reply View the author
avatar
wangqun2008
deepin
2020-02-23 03:54
#13
https://bbs.deepin.org/post/189112
终端运行  rm ~/.config/dconf  -rf  删除这个文件夹

删除不了
Reply View the author
avatar
nolocus
deepin
2020-02-23 22:10
#14

前面加上sudo rm ~/.config/dconf  -rf  
Reply View the author