LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-11-2008, 12:41 PM   #1
knobby67
Member
 
Registered: Mar 2006
Posts: 627

Rep: Reputation: 43
Getting rid of desktop icons


Hi all,
I'm using Etch with Gnome and would like to keep my desk "clean" by getting rid of desktop icons, eg mycomputer, root wastepaper etc. But can not find how to get rid of these. Can anyone advise? Thanks
 
Old 02-11-2008, 12:46 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,340

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Right click on the icon and click on delete.

------------------
Steve Stites
 
Old 02-11-2008, 01:34 PM   #3
knobby67
Member
 
Registered: Mar 2006
Posts: 627

Original Poster
Rep: Reputation: 43
Right well first there's no delete in gnome right click I think you mean "move to wastebasket."
Second the icons I talked about have the "move to wastebasket" disabled.
Thirdly a least try to think about what people have asked rather than giving incorrect answers which you obviously couldn't even be arsed to think about.
 
Old 02-11-2008, 01:54 PM   #4
jasonpower
LQ Newbie
 
Registered: Jul 2004
Location: Tennessee
Posts: 21

Rep: Reputation: 15
Try going into your ~/Desktop or ~/.Desktop folder and removing them with say... rm?
 
Old 02-11-2008, 02:50 PM   #5
knobby67
Member
 
Registered: Mar 2006
Posts: 627

Original Poster
Rep: Reputation: 43
Because computer wastebasket and root's home aren't shown in Desktop folder they aren't even hidden files in there so to remove them with......rm won't work.

Is the form just full of people who randomly answer questions tonight when they don't know the answer
 
Old 02-11-2008, 03:20 PM   #6
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,340

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by knobby67 View Post
Right well first there's no delete in gnome right click I think you mean "move to wastebasket."
Second the icons I talked about have the "move to wastebasket" disabled.
Thirdly a least try to think about what people have asked rather than giving incorrect answers which you obviously couldn't even be arsed to think about.
I would like an apology for your rude remark.

When I right click on my Gnome desktop I get a menu which has both "move to wastebasket" and "delete" on it. When I click on delete the icon is deleted. I have done this many times over the years.

"move to wastebasket" is standard on this menu. "delete" is an optional field which can be included somewhere in the Gnome desktop or Nautilus setup.

---------------------
Steve Stites
 
Old 02-11-2008, 03:37 PM   #7
dve
LQ Newbie
 
Registered: Dec 2006
Location: France
Distribution: Debian Testing
Posts: 22

Rep: Reputation: 15
I'm not sure, but maybe you don't want ANY icons on the desktop?
If so, you're gonna have to use gconf-editor, and disable few things in apps/nautilus/preferences section.

best
dve
 
Old 02-11-2008, 05:05 PM   #8
knobby67
Member
 
Registered: Mar 2006
Posts: 627

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by jailbait View Post
I would like an apology for your rude remark.

When I right click on my Gnome desktop I get a menu which has both "move to wastebasket" and "delete" on it. When I click on delete the icon is deleted. I have done this many times over the years.

"move to wastebasket" is standard on this menu. "delete" is an optional field which can be included somewhere in the Gnome desktop or Nautilus setup.

---------------------
Steve Stites
I'll give you an apology when first you admit you made a glib remark without thinking or reading what I was saying.
I'll then give you a thank you if you point me to how to set up the delete button rather than just saying it's somewhere in gnome or nautilus. Which is a bit like me asking where is Mars? To which you reply somewhere in space.
 
Old 02-11-2008, 05:10 PM   #9
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
Quote:
Originally Posted by knobby67 View Post
Because computer wastebasket and root's home aren't shown in Desktop folder they aren't even hidden files in there so to remove them with......rm won't work.

Is the form just full of people who randomly answer questions tonight when they don't know the answer
The members of this forum are here on a volunteer basis. Acting like a brat when somebody attempts to answer your question is not going to win you any friends or make anyone likely to answer. There are literally dozens of ways to configure gnome and many people do have some of the options discussed above on there particular systems through the distributions defaults. If you ever hope to actually get help here you might want to work on your manners.
 
Old 02-12-2008, 12:12 PM   #10
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Ok,no fight here guys.I use KDE,but this should help you so we can close this thread:
To add "delete" I would go in Konqueror>settings>behavior,something similar is for nautilus or whatever you use.But that want add "delete" in icons you were talking about,so you have to delete them manualy.In Konqueror I open my home folder,than system,and then I just delete the trash,this should work for any icon,anyway the path is system:/trash or whatever you are looking for.
If this doesn't help try this: From shell run as user: gconf-editor (also try as root)
Navigate to /apps/nautilus/desktop/
Uncheck icons that you do not what to see on your desktop
If that doesnt help try this:
Go to /home/you/.gconf/apps/nautilus/desktop/%gconf.xml
and edit it so it looks something like this:-
<?xml version="1.0"?>
<gconf>
<entry name="trash_icon_visible" mtime="1093328073" type="bool" value="false">
</entry>
<entry name="home_icon_visible" mtime="1093328071" type="bool" value="false">
</entry>
<entry name="computer_icon_visible" mtime="1093328070" type="bool" value="false">
</entry>
</gconf>
This last example is from one old LQ post,so you should have done some search before posting.

Last edited by alan_ri; 02-12-2008 at 12:13 PM.
 
Old 02-13-2008, 08:47 AM   #11
knobby67
Member
 
Registered: Mar 2006
Posts: 627

Original Poster
Rep: Reputation: 43
Thankyou sir
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu 7.10, how do I get rid of desktop icons? randyriver10 Linux - Newbie 2 01-17-2008 10:57 PM
Don't get rid of hard disk icons micder Debian 2 01-11-2005 12:26 PM
how do i get rid of the 'home and 'trash' icons? surfbass Linux - Newbie 5 12-16-2004 08:57 PM
Get rid of icons! marghorp Fedora 4 05-09-2004 05:47 AM
How do i get rid of those @#$! desktop icons! Vigis Linux - Software 3 07-02-2003 08:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration