From ea61791a9c82af378aeb6e9dbca88c7b071a809f Mon Sep 17 00:00:00 2001 From: bbhtt Date: Thu, 15 Jan 2026 20:21:16 +0530 Subject: [PATCH] Exclude linuxaudio plugins from domain comment --- .github/scripts/domain_from_appid.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/domain_from_appid.py b/.github/scripts/domain_from_appid.py index fa0abe6..24415f1 100644 --- a/.github/scripts/domain_from_appid.py +++ b/.github/scripts/domain_from_appid.py @@ -58,6 +58,7 @@ def get_domain(appid: str) -> str: "org.kde.PlatformTheme.", "org.kde.Sdk.", "org.kde.WaylandDecoration.", + "org.freedesktop.LinuxAudio.", ) ): return ret_none