From 339b25b796c557d55f2f77ba7cd2ee6be2026262 Mon Sep 17 00:00:00 2001 From: nokyan Date: Mon, 1 Jan 2024 08:18:00 +0100 Subject: [PATCH] Add 'finish-args-unnecessary-xdg-data-access' for net.nokyan.Resources (#241) * Add net.nokyan.Resources * Add 'finish-args-unnecessary-xdg-data-access' exception for net.nokyan.Resources * Remove .vscode --- 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 d6924c1e..0d97f453 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -1684,7 +1684,8 @@ "finish-args-flatpak-spawn-access": "Required to get information about the os and execute host commands e.g. like the package managers" }, "net.nokyan.Resources": { - "finish-args-flatpak-spawn-access": "Required to spawn a small executable dedicated to finding running processes in /proc" + "finish-args-flatpak-spawn-access": "Required to spawn a small executable dedicated to finding running processes in /proc", + "finish-args-unnecessary-xdg-data-access": "Required to detect user-wide installed Flatpak applications by searching for .desktop files" }, "io.github.everestapi.Olympus": { "finish-args-flatpak-spawn-access": "Required to be able to launch the modded Celeste game outside of the flatpak sandbox"