web-dev-qa-db-ja.com

gconf-editorに新しいフォルダを追加するにはどうすればよいですか?

これらのフォルダが何と呼ばれているのかさえわかりません。それらの中のものは明らかに「鍵」と呼ばれています。

リストされていない別のファイルタイプを処理できるように、別のフォルダーを追加するにはどうすればよいですか?

grr

3
endolith

これを適切に行うには、gconftool-2を使用する必要があります。

gconftool-2 --type=bool --set "/desktop/gnome/thumbnailers/application@x-custom/enable"  "false"

そしてそれを削除するには:

gconftool-2 --unset --recursive-unset "/desktop/gnome/thumbnailers/application@x-custom"