diff options
author | Jeremy Huddleston <jeremy@tifa.local> | 2008-02-18 15:53:46 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@tifa.local> | 2008-02-18 15:53:46 -0800 |
commit | 916b1ab10d10efbdf3a544534acb95f9d28692cf (patch) | |
tree | 210610efc6c9128f1082a755237a10a5856f9b86 /xinitrc.cpp | |
parent | 19fa8408a2c707081ba984537a3dcab744b0a565 (diff) |
Apple: font caching and defaults
Quieted defaults "error" messages by initializing default values
Do font caching in startx, so users with custom ~/.xinitrc won't have to
worry about updating it.
Add "cache_fonts" defaults item to toggle whether or not to cache fonts at startup
Fall back on fc-cache if font_cache.sh is not present.
Diffstat (limited to 'xinitrc.cpp')
-rw-r--r-- | xinitrc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xinitrc.cpp b/xinitrc.cpp index 74424ad..e42002d 100644 --- a/xinitrc.cpp +++ b/xinitrc.cpp @@ -87,8 +87,6 @@ XCOMM This is the fallback case if nothing else is executed above #ifdef __APPLE__ -[ -x /usr/X11/bin/font_cache.sh ] && /usr/X11/bin/font_cache.sh - if [ -x /usr/X11/bin/xset ] ; then fontpath="/usr/X11/lib/X11/fonts/misc/,/usr/X11/lib/X11/fonts/TTF/,/usr/X11/lib/X11/fonts/OTF,/usr/X11/lib/X11/fonts/Type1/,/usr/X11/lib/X11/fonts/75dpi:unscaled/,/usr/X11/lib/X11/fonts/100dpi/:unscaled,/usr/X11/lib/X11/fonts/75dpi:unscaled/,/usr/X11/lib/X11/fonts/100dpi/:unscaled" |