Re: [Xquartz-dev] problem with X11 lockfiles in /tmp
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
Dave Ray <apple@jonive.com> writes:
Tom, which OS version? What do our setups have in common that others don't have?
10.6.4, absolutely bog standard. The only thing that's non-default about my X11 config is I have a ~/.xinitrc.d/, containing a workaround for that font problem that was mentioned awhile ago. That's been there about two months: pro:~ tgl$ ls -la .xinitrc.d total 16 drwxr-xr-x 4 tgl admin 136 May 18 01:18 ./ drwxr-xr-x 86 tgl admin 2924 Jul 14 22:48 ../ -rwxr-xr-x 1 tgl admin 546 May 18 01:18 10-fontdir.sh* -rwxr-xr-x 1 tgl admin 718 May 18 01:18 10-fontdir.sh~* pro:~ tgl$ cat .xinitrc.d/10-fontdir.sh if [ -x /opt/X11/bin/xset ] ; then fontpath="/opt/X11/lib/X11/fonts/misc/,/opt/X11/lib/X11/fonts/TTF/,/opt/X11/lib/X11/fonts/OTF,/opt/X11/lib/X11/fonts/Type1/,/opt/X11/lib/X11/fonts/75dpi/:unscaled,/opt/X11/lib/X11/fonts/100dpi/:unscaled,/opt/X11/lib/X11/fonts/75dpi/,/opt/X11/lib/X11/fonts/100dpi/" [ -e "$HOME"/.fonts/fonts.dir ] && fontpath="$fontpath,$HOME/.fonts" [ -e "$HOME"/Library/Fonts/fonts.dir ] && fontpath="$fontpath,$HOME/Library/Fonts" /opt/X11/bin/xset fp= "$fontpath" unset fontpath fi regards, tom lane
participants (2)
-
Dave Ray
-
Tom Lane