我如何更新屏幕保护程序主题?
我在用:
$sudo gconftool-2 -t --list-type string --set /apps/gnome-screensaver/themes [screensavers-xyz]
但它似乎不起作用。我收到一条错误消息,提示“不理解类型‘--list-type’”
答案1
根据手动的,尝试在后面添加数据类型-t也可以像这样:
gconftool-2 --type list --list-type string --set /apps/gnome-screensaver/themes '[screensavers-xyz]'
例如:
gconftool-2 --type list --list-type string --set /apps/gnome-screensaver/themes '[screensavers-personal-slideshow]'
或者
gconftool-2 --type list --list-type string --set /apps/gnome-screensaver/themes '[screensavers-cosmos-slideshow]'