要删除桌面项目(在用旧版本替换 nautilus 的过程中,桌面上出现了“计算机”图标),我曾经在 中dconf-editor
切换条目。show-desktop-icons
org.gnome.desktop.background
这有效,但重启后,背景(以前是图片)不显示。相反:显示黑屏。
读取dconf中的配置,设置的值是:
color-shading-type: solid
draw-background: true
picture-opacity: 100
picture-options: zoom
picture-uri: file:///usr/share/backgrounds/Last_breath%E2%80%A6_by_Francisco_Javier_Epinoza_P%C3%A9rez.jpg
primary-color: #000000
secondary-color: #000000
show-desktop-icons: false
我检查了该文件的位置:它如预期的那样存在。
系统设置>外观也会报告此背景。
如何重新启用背景图像?
答案1
显然,dconf
行为不当show-desktop-icons
并禁用背景图像。因此必须将标志show-desktop-icons
重新设置为true
。
这将返回桌面项,可以使用“桌面”部分正确禁用该项(即不弄乱背景图像)gnome-tweak-tool
。