tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit d3396ccbb87ca0b9cf0e56c01eaa9f59a32d854f
parent b2e55c74851da38ae7125c579d92cf53ea6d1f95
Author: Jan Horak <jhorak@redhat.com>
Date:   Thu,  9 Oct 2025 07:24:56 +0000

Bug 1990196 Allow access to xdg-config/gtk-3.0 in flatpak;r=emilio

Some themes, namely Breeze, stores the color settings like accent
color and colors based on it into the ~/.config/gtk-3.0. This will
allow Firefox flatpak to access the settings to fix color theme
rendering.

Differential Revision: https://phabricator.services.mozilla.com/D267171

Diffstat:
Mpython/mozbuild/mozbuild/repackaging/flatpak.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/python/mozbuild/mozbuild/repackaging/flatpak.py b/python/mozbuild/mozbuild/repackaging/flatpak.py @@ -258,6 +258,7 @@ def repackage_flatpak( "--require-version=0.11.1", "--persist=.mozilla", "--env=DICPATH=/usr/share/hunspell", + "--filesystem=xdg-config/gtk-3.0:ro", "--filesystem=xdg-download:rw", "--filesystem=/run/.heim_org.h5l.kcm-socket", "--filesystem=xdg-run/speech-dispatcher:ro",