On May 15, 2010, at 10:46, Tom Lane wrote:
Jeremy Huddleston <jeremyhu@apple.com> writes:
On May 13, 2010, at 16:44, Tom Lane wrote:
The font problem (ticket 325) is a serious, serious usability issue for me --- my email program crashes regularly because of that. If you can fix it for 2.5.1, pretty please?
You have a workaround at least (don't include the system font directories in your font path).
Hmm ... pardon my ignorance, but how would I do that?
mkdir ~/.xinitrc.d cp /opt/X11/lib/X11/xinit/xinitrc.d/10-fontdir.sh ~/.xinitrc.d nano -w ~/.xinitrc.d/10-fontdir.sh Remove these two lines: [ -e /Library/Fonts/fonts.dir ] && fontpath="$fontpath,/Library/Fonts" [ -e /System/Library/Fonts/fonts.dir ] && fontpath="$fontpath,/System/Library/Fonts" --Jeremy