11-22-2009, 02:08 PM
Almost everyone hates having a bunch of useless icons on the desktop, especially "computer, trash" and others. So I finally found where to disable them in an easy way.
This is the GUI method, go to Applications -> System tools -> Configuration Editor (or where ever you have your conf editor, or type gconf-editor in a terminal), then do as following.
The shell method using the normal tool
To show the information stored, type this in a Terminal (use gconftool-1 for Gnome 1.
And then to remove the trash can on the desktop you can type
Info on GConf:
http://projects.gnome.org/gconf/
Credits go to cats from suck-o.
Thanks for reading.
This is the GUI method, go to Applications -> System tools -> Configuration Editor (or where ever you have your conf editor, or type gconf-editor in a terminal), then do as following.
Code:
apps -> nautilus -> desktop:
computer_icon_visible unchecked
home_icon_visible unchecked
trash_icon_visible unchecked
The shell method using the normal tool
To show the information stored, type this in a Terminal (use gconftool-1 for Gnome 1.
Code:
gconftool-2 -R /apps/nautilus/desktop
And then to remove the trash can on the desktop you can type
Code:
gconftool-2 -s --type bool /apps/nautilus/desktop/trash_icon_visible false
Info on GConf:
http://projects.gnome.org/gconf/
Credits go to cats from suck-o.
Thanks for reading.