PDA

View Full Version : [gnome] OpenSuse How To Hide or Delete Default Icons?


djoe
May 7th, 2009, 04:24 PM
I installed OpenSuse on a second computer, but how do I hide or delete these icons on the desktop?:

User's Home
OpenSuse [locked]
OnlineHelp [locked]

wsonar
May 7th, 2009, 04:27 PM
gconf-editor

apps/nautilus/desktop

djoe
May 7th, 2009, 05:19 PM
By apps you mean Application Menu?:confused:

wsonar
May 7th, 2009, 05:23 PM
Sorry for not being clear

you will need to open a terminal which is under accessories

then type gconf-editor

then navigate apps/nautilus/desktop

see screenshots

djoe
May 7th, 2009, 06:28 PM
I found it under Applications and System. But that's ok, I was able to Hide the Home Folder.

Now I just need some way to UnLock and Hide or Delete the OnlineHelp and OpenSuse Icons that are on the DeskTop.

It says that moving the icon anywhere on the desktop is locked.

wsonar
May 7th, 2009, 06:45 PM
you will need to have super user privileges you can delete from a terminal window

sudo rm ~/Desktop/filename

here's a similar thread

http://forums.opensuse.org/pre-release-beta/401122-remove-icons-gnome-desktop.html

djoe
May 7th, 2009, 08:38 PM
If I installed OpenSuse, does that mean I'm a super user by default?

Isn't Admin a SuperUser?:-s

wsonar
May 8th, 2009, 11:48 AM
By reading the opensuse forum it appears they are located here

/usr/share/dist/desktop-files

you would not have permission to remove stuff from here unless you do sudo

you can also right click on the file on the desktop to verify where they are located

I would open a terminal

cd /usr/share/dist/desktop-files

from there I would do ls which should show the name of the files

then I would do sudo rm filename
--------------------------------------------------------------------
the rm command will completely remove the file from your HD, use it with caution possibly read the man page on it and only remove the file if your sure that's what you want to do, in this case being a link on they desktop they don't want you to remove for some odd resson it is ok.
--------------------------------------------------------------------

see this thread for the exact issue
http://forums.opensuse.org/applications/412377-how-remove-opensuse-online-help-icon-desktop.html

djoe
May 9th, 2009, 01:13 AM
Ok, I'll give that a try.

djoe
May 13th, 2009, 03:13 PM
ERROR:
rm: cannot remove `OnlineHelp': No such file or directory
rm: cannot remove `OpenSUSE': No such file or directory

I notice the root password doesn't type in, is that normal?