From 325cea0b55cbf6072c383144663c0c86ddcac793 Mon Sep 17 00:00:00 2001 From: Etaash Mathamsetty <45927311+Etaash-mathamsetty@users.noreply.github.com> Date: Sun, 31 Dec 2023 21:36:58 -0500 Subject: [PATCH] exceptions: Add xdg config access to com.github.GradienceTeam.Gradience. (#243) * exceptions: Add finish-args-unnecessary-xdg-config-access to com.github.GradienceTeam.Gradience. * fix indentation * remove tab and replace with spaces --- flatpak_builder_lint/staticfiles/exceptions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flatpak_builder_lint/staticfiles/exceptions.json b/flatpak_builder_lint/staticfiles/exceptions.json index 281f8ff7..d6924c1e 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -311,7 +311,8 @@ "com.github.GradienceTeam.Gradience": { "appid-uses-code-hosting-domain": "app-id predates this linter rule", "finish-args-unnecessary-xdg-data-access": "https://github.com/flathub/flathub/issues/3557", - "finish-args-flatpak-spawn-access": "required to change the gnome-shell theme via gsettings" + "finish-args-flatpak-spawn-access": "required to change the gnome-shell theme via gsettings", + "finish-args-unnecessary-xdg-config-access": "Required to change gtk configuration on host" }, "com.github.gyunaev.spivak": { "appid-uses-code-hosting-domain": "app-id predates this linter rule"