解决flatpak telegram的字体混乱的问题
cd ~/.var/app/org.telegram.desktop/config
(you can replaceorg.telegram.desktop
with the name of another Flatpak app, e.g.net.cozic.joplin_desktop
for Joplin) (可以把org.telegram.desktop
置換成其他 app 的目錄名稱,比如net.cozic.joplin_desktop
)mkdir -p fontconfig/conf.d
cd fontconfig/conf.d
cp /etc/fonts/conf.d/*.conf ./
- Restart Telegram (or another app). (重新啟動 Telegram。)