Re: (no subject)
Re: (no subject)
Yeah, the re-parenting to init is causing other side effects. In
my case, quitting my (non quartz-wm) window manager leaves both
the X11.app running, along with other apps (docklings, mostly)
started by the window manager. Since they are reparented, they keep
on living after quitting the wm (started as the final statement in
my .xinitrc with 'exec').
I did open a bug on this, so perhaps it will be in a future release ;-)
David
On Fri, Feb 07, 2003 at 01:15:08PM -0800, Randal L. Schwartz wrote:
> >>>>> "Rene" == Rene Tio <email@hidden> writes:
>
> Rene> In contrast, here is Apple's X11:
>
> Rene> PID PPID COMMAND
> Rene> 173 1 /System/Library/CoreServices/WindowServer -daemon
> Rene> 540 173 /Applications/X11.app/Contents/MacOS/X11 -psn_0_1703937
> Rene> 541 540 /Applications/X11.app/Contents/MacOS/X11
> Rene> --xquartz-be-xinit -noreset -nolisten tcp -psn_0_1703937
> Rene> 543 1 sh /Users/tor/.xinitrc
> Rene> 565 543 /usr/X11R6/bin/quartz-wm
>
> Rene> Note that .xinitrc is started directly from the init process (PID 1)
> Rene> and does not trace it's ancestry back to a login shell.
>
> No, that's a bad read. I'm almost certain that PID 1 didn't *spawn*
> that process. I'm just as almost certain that the parent process
> of that process has exited, creating an orphaned process. The rule
> is that orphaned processes become "children of init".
_______________________________________________
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.