From 3f624dd018b4bbd14e323374fc2d4a48ea42f5ca Mon Sep 17 00:00:00 2001 From: Dallas Strouse <93224879+orowith2os@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:14:50 -0500 Subject: [PATCH] Add flatpak-spawn exemption for Gradience Also possibly necessary for https://github.com/GradienceTeam/Gradience/issues/805 --- 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 448721f8..9773da3a 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -304,7 +304,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-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" }, "com.github.gyunaev.spivak": { "appid-uses-code-hosting-domain": "app-id predates this linter rule"