我正在尝试在文件中设置字体配置~/.config/kcmfonts
cat > ~/.config/kcmfonts <<EOF
[General]
forceFontDPI=216
EOF
然后重新启动plasmashell
并kwin_x11
plasmashell --replace &>/dev/null &
kwin_x11 --replace &>/dev/null &
但这没有任何效果。如何从命令行重新加载此设置?相当于等离子5.19System Settings → Appearance → Font → Fonts → Force fonts DPI
答案1
您需要使用以下命令刷新字体目录的缓存:
sudo fc-cache -f -v
之后,重新启动您的应用程序,字体应该可用。