[Dock] 任务栏 漂移
Tofloor
poster avatar
dongbo89_deepin
deepin
2021-04-14 23:47
Author

任务栏 漂移 是抄 苹果的.................啥也不想说了

Reply Favorite View the author
All Replies
dongbo89_deepin
deepin
2021-04-14 23:50
#1

能不能加个锁定的功能 个人非常讨厌这个dock 屏幕漂移

Reply View the author
depend
deepin
2021-04-15 03:34
#2

gsettings set com.deepin.dde.dock.mainwindow only-show-primary true

命令行输入

Reply View the author
忘记、过去
deepin
2021-04-15 07:07
#3

不熟悉楼上大佬给出的命令行操作的话建议 sudo apt install dconf 图形化修改,可以看到修改的项目和默认值

Reply View the author
dongbo89_deepin
deepin
2021-04-15 19:32
#4
depend

gsettings set com.deepin.dde.dock.mainwindow only-show-primary true

命令行输入

$ gsettings set com.deepin.dde.dock.mainwindow only-show-primary true

No such schema “com.deepin.dde.dock.mainwindow”

Reply View the author
dongbo89_deepin
deepin
2021-04-15 19:33
#5
忘记、过去

不熟悉楼上大佬给出的命令行操作的话建议 sudo apt install dconf 图形化修改,可以看到修改的项目和默认值

$  sudo apt install dconf 

Reading package lists... Done

Building dependency tree       

Reading state information... Done

Package dconf is not available, but is referred to by another package.

This may mean that the package is missing, has been obsoleted, or

is only available from another source

 

E: Package 'dconf' has no installation candidate

 

Reply View the author
depend
deepin
2021-04-16 00:57
#6

下班后研究下

Reply View the author
忘记、过去
deepin
2021-04-16 02:10
#7
dongbo89_deepin

$  sudo apt install dconf 

Reading package lists... Done

Building dependency tree       

Reading state information... Done

Package dconf is not available, but is referred to by another package.

This may mean that the package is missing, has been obsoleted, or

is only available from another source

 

E: Package 'dconf' has no installation candidate

 

额,忘了叫 dconf-editor 还是啥的了……

apt search dconf* 搜索一下吧

Reply View the author
dongbo89_deepin
deepin
2021-04-16 19:13
#8
忘记、过去

额,忘了叫 dconf-editor 还是啥的了……

apt search dconf* 搜索一下吧

解决了,非常感谢

Reply View the author