LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 11-23-2004, 09:23 AM   #1
urifrid
LQ Newbie
 
Registered: Nov 2004
Posts: 10

Rep: Reputation: 0
remove all the icons from the gnome desktop


hi, i was wondering if anyone can help me.
as a default intallation redhat 9, enterprise and fedora put 3 icons on your gnome desktop.
under fedora you can remove them using gconf-editor but not on redhat 9 and enterprise.

any idea how to remove them?

i tried removing them manually by deleting ~/.gnome-desktop and the files there, but they come back after the next reboot.

thanks
 
Old 11-23-2004, 09:47 AM   #2
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
Why not simply configure Nautilus, to NOT manage the desktop. There won't be desktop icons anymore, because there won't be a desktop!

Yves.
 
Old 11-23-2004, 02:28 PM   #3
urifrid
LQ Newbie
 
Registered: Nov 2004
Posts: 10

Original Poster
Rep: Reputation: 0
huh?

excuse my ignorance, i'm an old timer, command-line oriented guy, unfortunatelly i need to use x11. anyway, if there is no desktop then what's in there? void?
 
Old 11-24-2004, 03:21 AM   #4
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
Hello,

Nautilus' "desktop" actually is a not-decorated (no title bar...) fullscreen window (ie: a drawing area), on which it is displaying icons, setting a right-click menu, and so on.

If this desktop is disabled, then this window is not displayed, and you see what is under it: the "root window", so called because there's nothing under the root-window.
By default, if not changed by the distribution itself, the root window is displaying a horrible greyish pattern. But you can change that with a simple command. For example:
Code:
xsetroot -solid darkblue
Not having the desktop doesn't mean you don't have GUI. You still have the panels, the menu, the windows (or course); you just don't have the desktop icons anymore, and the right-click menu, unless the window manager is displaying menus by itself in case of clicks on the root-window (not uncommon).

Yves.
 
Old 11-24-2004, 04:08 AM   #5
urifrid
LQ Newbie
 
Registered: Nov 2004
Posts: 10

Original Poster
Rep: Reputation: 0
what about...

thanks for the replies, but still, what i need is to get rid of the default icons, namely home, and trash, but leave those i created. so i think i need nautilus.
unless there is another was to do it.

thaks for the help
 
Old 11-24-2004, 05:20 AM   #6
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
Yes, there's another way: replace Nautilus' desktop with ROX' desktop. Rox provides a fast desktop, and a fast nice file browser.

Yves.
 
Old 11-24-2004, 05:51 AM   #7
urifrid
LQ Newbie
 
Registered: Nov 2004
Posts: 10

Original Poster
Rep: Reputation: 0
i still don't believe that it's THAT hard to get rid of an incon and its shortcut????!!!!!??!?!
man!
 
Old 11-24-2004, 06:01 AM   #8
ahh
Member
 
Registered: May 2004
Location: UK
Distribution: Gentoo
Posts: 293

Rep: Reputation: 31
Like most things, it's easy when you know how...

Open Gconf editor, navigate to apps - nautilus - desktop, and clear the checkboxes for the icons you don't want on the desktop.

Not sure, but you may have to restart the desktop to see the change.
 
0 members found this post helpful.
Old 11-24-2004, 07:38 AM   #9
urifrid
LQ Newbie
 
Registered: Nov 2004
Posts: 10

Original Poster
Rep: Reputation: 0
i tried that already, the gconf trick works OK on fedora but not on redhat 9 or enterprise 3,

under app/nautilus there is:
icon_view
list_view
preferences
sidebar_panels


no desktop


now there is a desktop option on the gconf tree but doesn't mention the icons there:
 
Old 11-24-2004, 07:44 AM   #10
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
I'm thinking or something. Unless I'm wrong, the icons you want to remove are those you didn't create yourself; I think those are created by scripts inside /etc/dynamic. You'll have to search by yourself, because I don't have Linux at hand right now.

Yves.
 
Old 11-25-2004, 12:37 AM   #11
urifrid
LQ Newbie
 
Registered: Nov 2004
Posts: 10

Original Poster
Rep: Reputation: 0
thanks but threre is no /etc/dynamic on redhat

or any dynamic anywhere else that might look like a config file
 
Old 11-25-2004, 03:55 AM   #12
ahh
Member
 
Registered: May 2004
Location: UK
Distribution: Gentoo
Posts: 293

Rep: Reputation: 31
You can always edit your gconf manually.

Go to /home/you/.gconf/apps/nautilus/desktop/%gconf.xml

and edit it so it looks something like this:-
Code:
<?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>
 
1 members found this post helpful.
Old 11-25-2004, 04:14 AM   #13
urifrid
LQ Newbie
 
Registered: Nov 2004
Posts: 10

Original Poster
Rep: Reputation: 0
i already said this twice in the thread, there is NO desktop option inside nautilus

well, aparently you can't delete the icons, so much for being able to do anything with gnome.
if anyone knows how to YES delete the icons please post, otherwise, thanks so much in advance but:

NO gconf DOES NOT have a desktop option
NO /etc/dynamic DOES NOT exist
NO I WONT delete nautilus since i DO NEED a few custom made icon (and shortcuts) on the desktop.

thanks
 
Old 11-25-2004, 04:23 AM   #14
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
As I said, you can have your custom icons and shortcuts with ROX. If I remember correctly, there's also iDesk, but AFAIK, the latter does not provide an excellent file-manager, like ROX filer.

Yves
 
Old 11-25-2004, 05:17 AM   #15
ahh
Member
 
Registered: May 2004
Location: UK
Distribution: Gentoo
Posts: 293

Rep: Reputation: 31
Have you tried ADDING the desktop to gconf?

Try copying the one I posted - you've nothing to lose except your icons!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
remove icons from gnome desktop? ssfrstlstnm Linux - General 3 11-25-2005 08:37 AM
Desktop icons of file systems - remove/rename? lefty.crupps MEPIS 2 06-06-2005 08:36 PM
Cannot remove desktop icons in KDE will103 Debian 2 01-02-2005 04:14 AM
How do I remove the icons off of gnome desktop? javaarmy Linux - General 4 03-05-2004 04:52 PM
How do I remove these icons from my desktop? Iguana Linux - General 1 10-05-2003 01:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 09:24 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