如何向 gconf-editor 添加新文件夹?

end*_*ith 3 gnome thumbnails gconf

我什至不知道这些文件夹叫什么。它们里面的东西显然被称为“钥匙”。

如何添加另一个文件夹,以便我可以处理未列出的其他文件类型?

咕噜噜

Ign*_*ams 5

您需要使用gconftool-2才能正确执行此操作:

gconftool-2 --type=bool --set "/desktop/gnome/thumbnailers/application@x-custom/enable"  "false"
Run Code Online (Sandbox Code Playgroud)

并删除它:

gconftool-2 --unset --recursive-unset "/desktop/gnome/thumbnailers/application@x-custom"
Run Code Online (Sandbox Code Playgroud)