From d582743bcfe0c3259875ec211cd83b5e1089427c Mon Sep 17 00:00:00 2001 From: bbhtt Date: Thu, 28 Sep 2023 10:53:17 +0530 Subject: [PATCH] Drop org.kde.* own-name This is no longer required with any supported runtimes, the issue was fixed in Qt https://docs.flatpak.org/en/latest/desktop-integration.html#statusnotifier > Most implementations of StatusNotifer have dropped this requirement https://github.com/flathub/flatpak-builder-lint/issues/66#issuecomment-1386033025 --- com.dropbox.Client.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/com.dropbox.Client.json b/com.dropbox.Client.json index bc53115..808590d 100755 --- a/com.dropbox.Client.json +++ b/com.dropbox.Client.json @@ -12,8 +12,7 @@ "--filesystem=home", "--filesystem=/tmp", "--talk-name=org.freedesktop.Notifications", - "--talk-name=org.kde.StatusNotifierWatcher", - "--own-name=org.kde.*" + "--talk-name=org.kde.StatusNotifierWatcher" ], "modules": [ {