From 87a6855b305a813f4203b0def4f2d309e388a528 Mon Sep 17 00:00:00 2001 From: RayJW <29835902+RayJW@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:36:28 +0100 Subject: [PATCH] fix: add exception for io.itch.itch to enable tray icon support --- 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 2b68fccc..8e472854 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -3463,7 +3463,8 @@ "finish-args-contains-both-x11-and-wayland": "Predates the linter rule" }, "io.itch.itch": { - "finish-args-contains-both-x11-and-wayland": "Predates the linter rule" + "finish-args-contains-both-x11-and-wayland": "Predates the linter rule", + "finish-args-wildcard-kde-own-name": "Still uses legacy StatusNotifier implementation" }, "io.jamulus.Jamulus": { "finish-args-contains-both-x11-and-wayland": "Predates the linter rule"