On Jul 14, 2010, at 3:42 PM, Jeremy wrote:
Those files should be deleted upon exit. I just verified that they are removed here... Anything "special" about your configuration?
I'm using a different window manager (e16) but everything else is standard. Xquartz 2.5.1, MacOS 10.5.8. The window manager isn't supposed to remove the lockfile, right? Isn't that supposed to be done with xinit? Tying to figure out what to look for. Tom Lane wrote:
Likewise:
pro:~ tgl$ ls -la /tmp/.X11-unix total 0 drwxrwxrwt 5 root wheel 170 Jul 10 22:37 . drwxrwxrwt 25 root wheel 850 Jul 14 09:23 .. srwxrwxrwx 1 tgl wheel 0 Jun 16 00:07 X0 srwxrwxrwx 1 tgl wheel 0 Jul 1 23:48 X1 srwxrwxrwx 1 tgl wheel 0 Jul 10 22:38 X2
... pro:~ tgl$ ps auxww | grep X tgl 14952 1.2 2.7 2841796 56820 ?? S Sat10PM 14:18.99 /Applications/Utilities/XQuartz.app/Contents/MacOS/X11.bin - psn_0_12082053 tgl 19717 0.3 0.0 2425520 100 s004 R+ 6:38PM 0:00.01 grep X tgl 15104 0.0 0.3 2735072 5896 ?? S Sat10PM 0:08.76 /opt/X11/bin/quartz-wm tgl 15017 0.0 0.0 2446148 872 ?? S Sat10PM 0:00.01 /opt/X11/bin/X :2 -nolisten tcp -auth /Users/tgl/.serverauth. 14962 tgl 15015 0.0 0.0 2436140 636 ?? S Sat10PM 0:00.00 /opt/X11/bin/xinit /opt/X11/lib/X11/xinit/xinitrc -- /opt/ X11/bin/X :2 -nolisten tcp -auth /Users/tgl/.serverauth.14962 tgl 14962 0.0 0.0 2435464 744 ?? S Sat10PM 0:00.03 /bin/sh /opt/X11/bin/startx
So it happens with quartz-wm too, probably not related to my alternative wm. Tom, which OS version? What do our setups have in common that others don't have? Dave