隐藏CentOS桌面图标

CentOS默认会在桌面放三个图标:Computer,Home和Trash。我想把隐藏这些图标。

第一步:安装gconf-editor,安装后多多出一个启动项:Applications -> System Tools -> Configuration Editor。

# rpm -qa | grep gconf-editor
# yum install gconf-editor

第二步:修改Gnome配置。打开Configuration Editor,找到/apps/nautilus/desktop,去掉相关图标显示参数前面的勾。

原文地址:https://www.cnblogs.com/eastson/p/2644196.html