如何恢复桌面上的垃圾箱图标?

Rob*_*Rob 7 trash

我不小心从桌面上删除了垃圾桶图标,有没有办法把它放回去?

Isa*_*iah 9

使用图形工具 GConf 编辑器:

  1. Alt+ F2,键入gconf-editor并单击Run

    在此处输入图片说明

  2. 导航到应用程序?鹦鹉螺?桌面并选中trash_icon_visible复选框。

    在此处输入图片说明


从命令行:

gconftool --set --type=bool /apps/nautilus/desktop/trash_icon_visible True  
Run Code Online (Sandbox Code Playgroud)

编辑~更新

在以后的系统中,GConf Editor/gconftool 已过时且设置不存在。

使用Dconf 编辑器

org > gnome > nautilus > 桌面

在此处输入图片说明