LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   gnome is destroyed.How can I recovery it? (https://www.linuxquestions.org/questions/linux-enterprise-47/gnome-is-destroyed-how-can-i-recovery-it-686735/)

cislin 11-27-2008 06:33 PM

gnome is destroyed.How can I recovery it?
 
I have installed my audio driver.But it is not fixed.So i uninstall it that have destroyed my gnome.When i was going to login my gnome environment again,It happened:

localuser:root being added to access control list.
no profile for user "root" found
lauching asczm deamon with socket froatend.....
loading simple config module...
creating backend.....
gnome_session:error while loading shared libraries:libasound.so.z:can not open shared object file:no such file or directory.

Can you give me help please?

chrism01 11-28-2008 01:26 AM

I destroyed my Gnome desktop when Add/Remove crashed. I managed to get most of it back by getting a cmd line and logging in as root, then
yum install *gdm* *gnome*
didn't quite get everything, but got most things back

Tons of Fun 11-28-2008 07:41 AM

What distro are you using? The reason I ask is that I also have repaired my gnome desktop after breaking it, and if we know which distro you are running we can help provide the correct cli commands. For instance I broke gnome under Debian, so from the command line as root I ran:

# apt-get --purge remove gnome-panel gdm
# apt-get install gnome-panel gdm

Now with this, I lost all settings and had to add all of the customized gnome settings because it completely removed gnome and then reinstalled a fresh version. But it did completely fix it.

hth,

:study:

mohaas05 11-28-2008 04:05 PM

The equivalent command for yum would be:

yum groupremove "GNOME Desktop Environment"

yum groupinstall "GNOME Desktop Environment"

cislin 11-28-2008 11:33 PM

sincerity
 
Thank you very muck.I'm using rhel5.0.waiting for your detail coaching sincerely!

cislin 11-29-2008 07:07 AM

consultation
 
Thank you for your help.But I'm a linux newbie.Can you give me detail command step by step?

My distribution is rhel5.0,and it can't connect to internet.Now I only want to login in the gnome envirenment.In this case,which work should I do?

Tons of Fun 11-29-2008 09:00 AM

I am not a Red Hat guy I'm a debain user, so I am limited in what help I can provide. I assume that RH boots to a command line? If so, type:

startx

and tell me what happens.


All times are GMT -5. The time now is 04:51 AM.