未保存 gconf-editor 设置

Rin*_*ail 2 gconf 11.04

最近的 gconf 编辑器设置

在终端

gconftool-2 --type int --set /desktop/gnome/thumbnail_cache/maximum_age "-1"
Run Code Online (Sandbox Code Playgroud)

不能使设置棒。如果整数是正数,我可以更改设置,但不会求助于减号

dou*_*oug 6

使用 gconftool 设置负值有点棘手,您需要在前面加上 --

所以对于你的例子

gconftool --set --type int  /desktop/gnome/thumbnail_cache/maximum_age -- -1
Run Code Online (Sandbox Code Playgroud)