Click to See Complete Forum and Search --> : Gnome won't start


StarMoose
01-23-2002, 11:44 PM
startx always takes me to KDE, and graphical logins do not work. I have no idea what to do. Can anyone help me?

Also, anyone know how to mount a novell acount?

Taizong
01-24-2002, 12:00 AM
Try xwmconfig at the console to change your default desktop. Or, try creating a file i nyour home directory called .xinitrc, or .xsession if you use a GUI login. Fill it in with:

#!/bin/sh
exec startgnome

I think.If using Red Hat, try editing /etc/system/desktop

[ 23 January 2002: Message edited by: Taizong ]

scanez
01-24-2002, 01:55 AM
.xinitrc yes, startgnome no. Create or edit the file .xinitrc in your home directory and add

exec gnome-session

I don't think you even need the exec in there but it doesn't hurt.

Cheers
SC

StarMoose
01-24-2002, 08:36 PM
Thanks, that worked, although now that I have tried it I like KDE better (although that may be because it is more customized to my tastes)