From 226c04dd8363a9c5289438a64b6378771a2a9ea2 Mon Sep 17 00:00:00 2001 From: PixelDoted Date: Mon, 13 Jan 2025 09:34:56 -0600 Subject: [PATCH] cosmic-ext-color-picker rw access --- flatpak_builder_lint/staticfiles/exceptions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flatpak_builder_lint/staticfiles/exceptions.json b/flatpak_builder_lint/staticfiles/exceptions.json index b3085ff5..ef23a6df 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -3815,6 +3815,9 @@ "io.github.cosmic_utils.Examine": { "finish-args-unnecessary-xdg-config-cosmic-ro-access": "Required to read the system theme and listen for config changes in the host" }, + "io.github.pixeldoted.cosmic-ext-color-picker": { + "finish-args-unnecessary-xdg-config-cosmic-rw-access": "Required to listen for changes in the host and write app configuration files" + }, "org.freedesktop.Platform.ClInfo": { "finish-args-contains-both-x11-and-wayland": "Predates the linter rule" },