Re: Panther X11 quits if xterm is killed?
Re: Panther X11 quits if xterm is killed?
- Subject: Re: Panther X11 quits if xterm is killed?
- From: Mark Wilson <email@hidden>
- Date: Sat, 25 Oct 2003 20:11:00 -0400
On Oct 25, 2003, at 3:41 PM, Constantinos Antoniou wrote:
If I close the xterm (that X11 opens when it starts - I do not need
it, as I am using the OSX terminal for launching X-apps) then X11
quits as well. Is this a feature or something wrong with my setup?
You can check your .xinitrc file. There may be one in your home
directory. You probably have a line that says:
exec xterm
You can put the following at the end of ~/.xinitrc:
xterm &
# start the window manager
exec quartz-wm
and delete any other line beginning with 'exec'.
Regards,
Mark Wilson
_______________________________________________
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.