停止 Nautilus 管理我的桌面(XFCE 桌面)

8 xfce nautilus 11.10

我最近在我的 11.10 安装中用 XFCE/Xubuntu 替换了 Unity。到目前为止,我只有一个问题,这里已经确定并解决了这个问题:

如何停止 nautilus 统一管理桌面

问题是,该建议需要 65meg 下载。我简直不敢相信它所做的只是在某处更改单个配置条目。不幸的是,我在 Ubuntu 上还是太菜鸟,无法自己找到它。我能看到的所有建议都是针对早期版本的 XFCE,所以我应该使用 gconf-editor 或设置管理器更改的设置不存在(或者必须有一个完全不同的名称,这阻碍了我无力的定位尝试它)。

有谁知道这个设置在哪里以及如何在 gnome-tweak-tools 之外更改它。我现在很想卸载它,但恐怕它会回到以前的样子。

mcc*_*ots 5

尝试在终端中运行此命令:

gsettings set org.gnome.desktop.background show-desktop-icons false
Run Code Online (Sandbox Code Playgroud)


小智 1

至少在 11.04 中这是有效的:

sudo apt-get install gconf-editor
Run Code Online (Sandbox Code Playgroud)

gconf-editor(一个小程序!)中取消标记:/apps/nautilus/preferences/show_desktop

它说:

Nautilus handles drawing the desktop
If set to true, then Nautilus will draw the icons on the desktop.
Run Code Online (Sandbox Code Playgroud)

[已解决] 阻止 Nautilus 管理桌面?- Ubuntu 论坛


小智 0

您的一种选择是删除 Nautilus

打开终端 ( Ctrl++ Alt)T并输入:

sudo apt-get purge nautilus
Run Code Online (Sandbox Code Playgroud)