Re: x11 sick after updates (.xinitrc)
Re: x11 sick after updates (.xinitrc)
- Subject: Re: x11 sick after updates (.xinitrc)
- From: Martin Costabel <email@hidden>
- Date: Tue, 11 Mar 2003 23:06:02 +0100
LuKreme wrote:
[]
I can't get the .xinitrc file to launch anything. Even:
exec quartz-wm
exec xterm
fails to launch an xterm.
Of course. Everything after a line starting with exec is never executed.
exec /usr/X11R6/bin/xterm
also fails, as does
/usr/X11R6/bin/xterm &
How about
xterm &
exec quartz-wm
--
Martin
_______________________________________________
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.