flatpak-workarounds.bash: add local fonts

This commit is contained in:
Aminda Suomalainen 2023-10-09 15:09:03 +03:00
parent ef46e40cb8
commit cff22690c9
Signed by: Mikaela
SSH Key Fingerprint: SHA256:y2OpGEbett3Fqn8XFrP0X4mWfCVKf4rWkxERzqPY81U
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ flatpak override --filesystem=~/.gdbinit:ro --filesystem=~/gdb.txt $@
# or libcurl starts reading it
flatpak override --filesystem=~/.curlrc:ro $@
# Allow ro-access to user-specific fonts
flatpak override --filesystem=~/.local/share/fonts:ro $@
# Backticks and a lot of common characters in all Flatpaks
# https://github.com/flatpak/flatpak/issues/2031
flatpak override --talk-name=org.fcitx.Fcitx --talk-name=org.freedesktop.portal.Fcitx $@