Re: GNOME desktop install.
Re: GNOME desktop install.
- Subject: Re: GNOME desktop install.
- From: Brian Durant <email@hidden>
- Date: Tue, 07 Mar 2006 22:59:06 +0100
Michèle Garoche wrote:
Hello Brian,
Le 7 mars 2006 à 22:20, Brian Durant a écrit :
Martin Costabel wrote:
Brian Durant wrote:
Martin Costabel wrote:
Brian Durant wrote:
[]
I followed the advice exactly like you described above. Nothing
happens. I put the three lines at the end of the file. Anymore
ideas?
So you have something else in that file? Perhaps some earlier line
that begins with "exec", preventing the lines you added from being
executed?
This is what my .xinitrc file looks like:
[]
# start the window manager
exec quartz-wm
. /sw/bin/init.sh
quartz-wm --only-proxy &
exec gnome-session
Just remove everything before the three lines you added. You need
only those three.
Done. Now X11 quits when I start it.
You should have just:
#!/bin/sh
. /sw/bin/init.sh
quartz-wm --only-proxy &
exec /sw/bin/gnome-session
and nothing else in your .xinitrc file.
Cheers,
Michèle
<http://micmacfr.homeunix.org>
Yes, that is correct.
Cheers,
Brian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden