发布于 2019-05-13 16:12:42
多亏了DK玻色,他在评论~/.config/kdeglobals中看到的文件使我在回答这个问题时受到了一些限制。

使用kate打开文件~/.config/kdeglobals并搜索以下代码块:
[General]
BrowserApplication[$e]=firefox.desktop
ColorScheme=Card
Name=Card
XftAntialias=true
dbfile=/home/saidbakr/.mozilla/firefox/3tzvfegj.default/places.sqlite
fixed=Hack,9,-1,5,50,0,0,0,0,0,Regular
font=Noto Sans,10,-1,5,50,0,0,0,0,0,Regular
menuFont=Noto Sans,10,-1,5,50,0,0,0,0,0,Regular
shadeSortColumn=true
smallestReadableFont=Noto Sans,8,-1,5,50,0,0,0,0,0,Regular
toolBarFont=Noto Sans,10,-1,5,50,0,0,0,0,0,Regular
widgetStyle=Breeze将行Regular中的font=Noto Sans,10,-1,5,50,0,0,0,0,0,Regular替换为Bold。
这样,桌面图标的字体将以粗体显示。
限制
不仅桌面图标字体将受到影响,几乎所有文件夹视图在海豚将有粗体图标字体。
https://askubuntu.com/questions/1142703
复制相似问题