我尝试按照在 18.04 中有效但在 19.10 中无效的步骤进行操作:
Create a file /etc/dconf/pofile/local with following content:
# cat /etc/dconf/pofile/local
user-db:user
system-db:local
Create a file /etc/dconf/db/local.d/00-media-automount with following content:
# cat /etc/dconf/db/local.d/00-media-automount
[org/gnome/desktop/media-handling]
automount=false
automount-open=false
After creating the file, apply the changes using below command :
# dconf update
在 18.04 中,我们可以在 19.10 中找到新规则,dconf dump /
但在 local.d 中没有显示新添加的规则。dconf-editor
对于默认的那 2 个值,仍然为 true。
知道如何让 gnome 再次尊重 local.d 吗?
啊,我刚刚想通了。
DCONF_PROFILE
必须设置为配置文件名。这里需要local
。如果未设置,默认情况下它正在寻找/etc/dconf/profile/user
. 因此将文件名更改user
为更好的选择。更简单的选择:运行 dconf-editor,转到 org.gnome.desktop.media-handling