mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 18:29:08 +00:00
domain_from_appid: Ignore more extension patterns
This commit is contained in:
@@ -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