At Sun, 17 Feb 2013 19:04:09 +0100 (CET), Jan Engelhardt wrote:
On Sunday 2013-02-17 18:04, Takashi Iwai wrote:
Move it to $XDG_CONFIG_HOME/fontconfig/fonts.conf (where $XDG_CONFIG_HOME is usually ~/.config).
Ah hell no. That does not work.
If I `mv ~/.fonts.conf ~/.config/fontconfig/fonts.conf`, my 15px hiragana glyphs suddenly go from autohint=false to autohint=true! Which means ~/.fonts.conf is respected and ~/.config/fontconfig/fonts.conf is not.
Hmm, I don't see what can be wrong there at a quick glance. Could you check whether it's really read via strace or such?
19:02 nakamura:~ > strace -fe open gjiten 2>&1 | grep fonts.conf
Try to check "access", too: % strace -fe open -e access gjiten 2>&1 | grep fonts.conf Doesn't it check the path? Takashi -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org