Re: X11 Terminal at Startup
Re: X11 Terminal at Startup
- Subject: Re: X11 Terminal at Startup
- From: email@hidden (Randal L. Schwartz)
- Date: 04 Feb 2003 21:49:17 -0800
>>>>> "Mark" == Mark D Wagner, M Ed <email@hidden> writes:
Mark> # start some nice programs
Mark> quartz-wm &
No. The last line of your .xinirc must be:
exec quartz-wm
It doesn't make any sense to continue X11 if your window manager dies.
You won't be able to do anything!
If you want other things to start, add them ahead of that with
a background ampersand, like
xterm &
and so on.
I seem to need to say this about once a week or so. It's amazing how
much stuff is "cargo-culted" around X11, rather than being derived
from first principles. It's like ".emacs" files and ".cshrc" setups. :)
--
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/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.