Dear Maintainer,
Everytime I open emacs or any program that use some fonts (almost everything), I receive this message:
Fontconfig warning: "/etc/fonts/conf.d/65-droid-sans-fonts.conf", line 103: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/65-droid-sans-fonts.conf", line 138: Having multiple values in <test> isn't supported and may not work as expected
I checked the pointed file and that multiple entries referred in the message look, respectively, like
<match target="scan">
<test name="lang" compare="not_eq">
<string>zh-cn</string>
<string>zh-sg</string>
<string>zh-hk</string>
<string>zh-tw</string>
<string>zh</string>
</test>
.
.
.
</match>
and
<match target="scan">
<test name="lang">
<string>zh-cn</string>
<string>zh-sg</string>
<string>zh-hk</string>
<string>zh-tw</string>
<string>zh</string>
</test>
.
.
.
</match>
I'm not sure what to at all. Sorry if this is stupid.
Thanks in advance, Alexandre