On Tuesday 2013-02-19 15:16, Takashi Iwai wrote:
At Tue, 19 Feb 2013 14:58:59 +0100 (CET), Jan Engelhardt wrote:
On Monday 2013-02-18 11:19, Takashi Iwai 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?
It checks for paths, but none of them is ~/.config/... Mind you, on 12.2, there is no entry in the global fonts.conf to look in the XDG home, so it's not a problem per se .
What system are you using at all? fontconfig package on 12.3 / FACTORY (or M17N) must contain the check of ~/.config/fontconfig/* path.
As I said, I was using 12.2 to try this out, but it has already been made clear that /etc/fonts/, on 12.2, does not contain the required include directive that would cause a lookup in $HOME. In other words, problem solved. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org