From f7883ed97c0566d8e71514dfef405800a2b607c0 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 20 May 2025 11:30:45 +0300 Subject: [PATCH] flatpak-workarounds.bash: allow ro access to LaTeX templates --- bash/flatpak-workarounds.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 95fbcec..a63fbac 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -31,6 +31,9 @@ flatpak override --filesystem=/run/udev:ro $@ flatpak override --env=MANGOHUD=1 $@ flatpak override --filesystem=xdg-config/MangoHud:ro $@ +# LaTeX templates allowed before they become an issue. +flatpak override --filesystem=~/texmf/tex/latex/local:ro $@ + # Public git repositories I access or symlink much. flatpak override --filesystem=~/.shell-things:ro $@ flatpak override --filesystem=/root/.shell-things:ro $@