From 26f350926d4f18e4111d8ae9776f23a0a05332a5 Mon Sep 17 00:00:00 2001 From: jiho-sf Date: Sun, 17 May 2009 21:19:38 +0000 Subject: [PATCH] Fix bug 215906 The comments: https://bugs.launchpad.net/inkscape/+bug/215906 highlight that the user ~/Library/fonts folder is not used by Inkscape, which is weird because it most likely was before. We provide our own fonts.conf and this fixes it to add ~/Library/fonts. In addition, it currently comments the system fonts because most of them are in dfont format and are not yet handled well by pango. --- packaging/macosx/Resources/etc/fonts/fonts.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packaging/macosx/Resources/etc/fonts/fonts.conf b/packaging/macosx/Resources/etc/fonts/fonts.conf index a44f823f7..c7a3fa295 100644 --- a/packaging/macosx/Resources/etc/fonts/fonts.conf +++ b/packaging/macosx/Resources/etc/fonts/fonts.conf @@ -24,7 +24,12 @@ /usr/share/fonts - /usr/X11R6/lib/X11/fonts /Library/Fonts /Network/Library/Fonts /System/Library/Fonts /opt/local/share/fonts + /usr/X11R6/lib/X11/fonts + /opt/local/share/fonts + + /Network/Library/Fonts + /Library/Fonts + ~/Library/Fonts ~/.fonts