我正在使用带有默认 (unity) 桌面环境的 Ubuntu 16.04.3 LTS (Xenial Xerus)。我的问题是我的 ~/.config/fontconfig/fonts.conf 被 unity-tweak-tool 覆盖,例如,如果我设置如下内容:
<match target="font">
<edit name="hintstyle" mode="assign">
<const>hintfull</const>
</edit>
</match>
系统仍将尊重 unity-tweak-tool 中的“hintslight”设置。这非常烦人,因为它不允许对字体设置进行任何更深层次的自定义。此外,自动提示 true/false 不会产生任何视觉差异。似乎唯一真正受到尊重的选项是抗锯齿。
知道如何禁用除 fonts.conf 之外的任何配置机制吗?
谢谢。