我正在运行带有 Unity 2D 的 Ubuntu 11.10。如果我打开 dconf-editor 并浏览:
org > gnome > gedit > 插件
我看到插件和键的目录:drawspaces、externaltools、pythonconsole、terminal 和 time。
如果我从 gnome-terminal 输入命令,dconf list /org/gnome/gedit/plugins/
我会看到键 active-plugins 和目录 filebrowser。
为什么我在 dconf-editor 和 dconf list 中看不到相同的内容???
答案1
命令行工具dconf
似乎只显示数据库中实际设置的设置(因此它们与默认值不同),而 则dconf-editor
显示所有可能的设置。您会注意到,对于 中未显示的设置, 中的“设置为默认值”按钮dconf-editor
呈灰色dconf
。