mirror of
https://github.com/Drop-OSS/flathub-app-bin.git
synced 2026-01-30 20:55:22 +01:00
domain_from_appid: Ignore more extension patterns
This commit is contained in:
14
.github/scripts/domain_from_appid.py
vendored
14
.github/scripts/domain_from_appid.py
vendored
@@ -45,7 +45,19 @@ def get_domain(appid: str) -> str:
|
||||
):
|
||||
return ret_none
|
||||
|
||||
if appid.startswith("org.gtk.Gtk3theme."):
|
||||
if appid.startswith(
|
||||
(
|
||||
"org.freedesktop.Platform.GStreamer.",
|
||||
"org.freedesktop.Platform.Icontheme.",
|
||||
"org.freedesktop.Platform.VulkanLayer.",
|
||||
"org.freedesktop.Sdk.Extension.",
|
||||
"org.gtk.Gtk3theme.",
|
||||
"org.kde.KStyle.",
|
||||
"org.kde.PlatformInputContexts.",
|
||||
"org.kde.PlatformTheme.",
|
||||
"org.kde.WaylandDecoration.",
|
||||
)
|
||||
):
|
||||
return ret_none
|
||||
|
||||
elif appid.startswith(
|
||||
|
||||
Reference in New Issue
Block a user