mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-02-18 06:30:58 +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
|
# or libcurl starts reading it
|
||||||
flatpak override --filesystem=~/.curlrc:ro $@
|
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
|
# Backticks and a lot of common characters in all Flatpaks
|
||||||
# https://github.com/flatpak/flatpak/issues/2031
|
# https://github.com/flatpak/flatpak/issues/2031
|
||||||
flatpak override --talk-name=org.fcitx.Fcitx --talk-name=org.freedesktop.portal.Fcitx $@
|
flatpak override --talk-name=org.fcitx.Fcitx --talk-name=org.freedesktop.portal.Fcitx $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user