首页 > 学院 > 操作系统 > 正文

RHEL6.5 删除桌面启动器(计算机/Home/回收站)

2024-06-28 13:24:21
字体:
来源:转载
供稿:网友
RHEL6.5 删除桌面启动器(计算机/Home/回收站)

首先,安装gconf-editor以获得gconftool-2命令

终端命令:

gconftool-2 --set/apps/nautilus/desktop/computer_icon_visible--type=bool false

gconftool-2 --set/apps/nautilus/desktop/home_icon_visible--type=bool false

gconftool-2 --set/apps/nautilus/desktop/trash_icon_visible--type=bool false

......

将那些 _visible 结尾的项加参数“--type=bool false”

P.S.不要往Home/“桌面”文件夹里放东西以保持桌面的整洁


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表