Fontconfig in Flatpak

Applications installed via Flatpak do not respect fontconfig settings stored in ~/.config/fontconfig/ by default. The solution is to copy the fontconfig directory to .var/app/<APP_ID>/config/, where <APP_ID> is the Flatpak application ID.

For example:

Show/Hide the code
1
cp -r ~/.config/fontconfig ~/.var/app/com.example.App/config/
使用 Hugo 构建
主题 StackJimmy 设计