mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 20:59:21 +01:00
flatpak-workarounds.bash: add local fonts
This commit is contained in:
parent
ef46e40cb8
commit
cff22690c9
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user