Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[How-To][Gnome] removing desktop default icons
#1
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.
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. Smile
Reply
#2
Thanks for this, its really usefull!
Reply
#3
Nice list! I like a clean desktop.

I also untick the "volumes_visible" entry there (same place). This means that, when I plug in a USB drive, an icon for it does NOT appear on the desktop. It still appears in Nautilus.

The reason I do this is that I keep a backup external hard drive (USB) plugged in and I don't want its icon on the desktop, but I still want to get at it with Nautilus.

Thumbsup
Reply
#4
No problem guys, you're welcome. Glad I helped. Smile
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Status of Gnome-shell ! raamee 5 1,502 11-10-2010, 02:20 AM
Last Post: raamee
  GNOME version of BackTrack. Unrated 7 6,117 06-14-2010, 01:02 PM
Last Post: MarkW7
  Gnome-Shell g4143 6 1,334 11-16-2009, 09:33 AM
Last Post: manipulate
  Set the default for shell bg and fg Phyrrus 5 1,168 11-10-2009, 02:12 AM
Last Post: manipulate
  Gnome's Graphical Debugger Nemiver g4143 0 1,010 10-18-2009, 08:43 PM
Last Post: g4143

Forum Jump:


Users browsing this thread: 1 Guest(s)