From 252ae45e1f4fe6ceb350265e7f3c1439c2ae1747 Mon Sep 17 00:00:00 2001 From: Hari Rana Date: Tue, 31 Dec 2024 02:13:25 -0500 Subject: [PATCH] Add page.tesk.Refine --- flatpak_builder_lint/staticfiles/exceptions.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flatpak_builder_lint/staticfiles/exceptions.json b/flatpak_builder_lint/staticfiles/exceptions.json index 7913f7f9..816ffbef 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -1086,6 +1086,12 @@ "finish-args-dconf-talk-name": "Predates the linter rule", "finish-args-direct-dconf-path": "Predates the linter rule" }, + "page.tesk.Refine": { + "finish-args-flatpak-spawn-access": "needed to access host dconf configuration", + "finish-args-unnecessary-xdg-config-dconf-rw-access": "needed to access host dconf configuration at launch time", + "finish-args-direct-dconf-path": "needed to access host dconf configuration", + "finish-args-dconf-talk-name": "needed to access host dconf configuration" + }, "cc.nift.nsm": { "finish-args-flatpak-spawn-access": "the app predates this linter rule" },