X-Git-Url: https://git.ralfj.de/bubblebox.git/blobdiff_plain/97374dba716ee7954d9e267a312d2d3f50386fec..a050464b530b491e7712be2a874662d474d30c55:/profiles.py?ds=sidebyside diff --git a/profiles.py b/profiles.py index d2d7841..fb957d8 100644 --- a/profiles.py +++ b/profiles.py @@ -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({ - (".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...)