From bd92f600be1440c5fdb57b043d24d8e68807ae49 Mon Sep 17 00:00:00 2001 From: QwertyChouskie Date: Wed, 23 Aug 2023 20:09:40 -0700 Subject: [PATCH] firefox_gnome_theme.py: Add support for Firefox Snap Will also require adding the path to Flatpak permissions in the main Gradience repo. Closes GradienceTeam/Gradience#686 (assuming aforementioned addition). Signed-off-by: QwertyChouskie --- firefox_gnome_theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox_gnome_theme.py b/firefox_gnome_theme.py index 0347dab..b5ff141 100644 --- a/firefox_gnome_theme.py +++ b/firefox_gnome_theme.py @@ -120,6 +120,7 @@ def apply(self, dark_theme=False): "~/.librewolf", "~/.var/app/org.mozilla.firefox/.mozilla/firefox", "~/.var/app/io.gitlab.librewolf-community/.librewolf", + "~/snap/firefox/common/.mozilla/firefox", ]: try: directory = Path(path).expanduser()