]> git.ralfj.de Git - bubblebox.git/blobdiff - profiles.py
give access to .fonts dir
[bubblebox.git] / profiles.py
index d2d78413ee8ef36d2e1dcb4b496ba145577cd2c4..fb957d8ad0f2791e176c21ce4d3adee6a53335a6 100644 (file)
@@ -61,7 +61,7 @@ def DESKTOP(name):
     # We set GSETTINGS_BACKEND to make GTK3 apps use the config file in ~/.config/glib-2.0.
     # (The "right" solution here is probably the settings portal...)
     home_access({
     # We set GSETTINGS_BACKEND to make GTK3 apps use the config file in ~/.config/glib-2.0.
     # (The "right" solution here is probably the settings portal...)
     home_access({
-      (".config/fontconfig", ".config/glib-2.0", ".XCompose", ".local/share/applications"): Access.Read,
+      (".config/fontconfig", ".fonts", ".config/glib-2.0", ".XCompose", ".local/share/applications"): Access.Read,
     }),
     bwrap_flags("--setenv", "GSETTINGS_BACKEND", "keyfile"),
     # Access to basic d-bus services (that are hopefully safe to expose...)
     }),
     bwrap_flags("--setenv", "GSETTINGS_BACKEND", "keyfile"),
     # Access to basic d-bus services (that are hopefully safe to expose...)