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 open("/etc/fonts/fonts.conf", O_RDONLY) = 10 open("/etc/fonts/conf.d/11-suse-hinting.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/12-suse-hinting-bc.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/16-suse-hintstyle.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/17-suse-bitmaps.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/18-suse-bitmaps-misc.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/20-fix-globaladvance.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/20-unhint-small-vera.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/30-metric-aliases.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/30-urw-aliases.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/31-cantarell.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/40-nonlatin.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/45-latin.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/49-sansserif.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/50-suse-pre-user.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/55-local.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/56-user.conf", O_RDONLY) = 12 open("/home/jengelh/.fonts.conf", O_RDONLY) = 13 open("/etc/fonts/conf.d/58-suse-post-user.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/60-latin.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/65-fonts-persian.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/65-nonlatin.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/69-unifont.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/80-delicious.conf", O_RDONLY) = 12 open("/etc/fonts/conf.d/90-synthetic.conf", O_RDONLY) = 12 {program runs} $ strace -fe open,stat,lstat gjiten 2>&1 | grep .config/fontc {no output} -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org