Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Nov 1999 16:08:16 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        Jonathon McKitrick <jcm@dogma.freebsd-uk.eu.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: starting gnome... 
Message-ID:  <91990.942156496@axl.noc.iafrica.com>
In-Reply-To: Your message of "Tue, 09 Nov 1999 14:03:18 GMT." <Pine.BSF.4.02A.9911091402020.16800-100000@dogma.freebsd-uk.eu.org> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 09 Nov 1999 14:03:18 GMT, Jonathon McKitrick wrote:

> Well, i found everything i wanted to know about Gnome at their website
> EXCEPT how to start the blasted thing!  In xinitrc i need a line for my WM
> (WindowMaker or E) and then 'panel &' after that, right?  Or maybe before?
> I can't get the panel to come up.

Since .xinitrc is executed as a shell script, you probably want the last
command in the file to be the only one which is _not_ backgrounded with
the ``&'' character.  Obviously, those commands which run for a brief
period and then terminate don't need to be run in the background.

The real issue is this -- which process needs to terminate for you to
consider your X session over?  _That_ program is the one that should
probably not be run in the background, and it's probably the one you
want to run last in the .xinitrc file.

Ciao,
Sheldon.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?91990.942156496>