Re: X11 for Mac OS X F.A.Q.
Re: X11 for Mac OS X F.A.Q.
- Subject: Re: X11 for Mac OS X F.A.Q.
- From: email@hidden (Randal L. Schwartz)
- Date: 13 Jan 2003 12:57:12 -0800
>>>>> "Eric" == Eric Salathe <email@hidden> writes:
Eric> quartz-wm &
Eric> /sw/bin/gimp &
Eric> /sw/bin/xemacs &
Eric> exec xterm
The problem with this is that it makes that "xterm" unlike any other
xterm. If you delete *that* xterm, the entire X server stops.
I prefer instead:
app1 &
app2 &
app3 &
xterm & # for example
exec quartz-wm
because when the wm stops... you probably don't want your Xserver any
more anyway. :)
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<email@hidden> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.