From 42de1c8e6020502baa74a116d3554c27b147d676 Mon Sep 17 00:00:00 2001 From: deepend Date: Sun, 22 Feb 2026 08:51:05 -0700 Subject: [PATCH] Restored the Flatpak AppIndicator stack (for Wayland tray support) by re-adding the libayatana-appindicator shared module in the manifest. Removed -Dappindicator=disabled from Flatpak Meson config-opts, so the Wayland-capable AppIndicator backend is built again. --- flatpak/net.zoite.Zoitechat.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flatpak/net.zoite.Zoitechat.json b/flatpak/net.zoite.Zoitechat.json index 5869f1d8..14f5449b 100644 --- a/flatpak/net.zoite.Zoitechat.json +++ b/flatpak/net.zoite.Zoitechat.json @@ -8,6 +8,7 @@ "finish-args": [ "--share=ipc", "--socket=wayland", + "--socket=fallback-x11", "--share=network", "--socket=pulseaudio", "--filesystem=xdg-download", @@ -20,8 +21,11 @@ "--talk-name=org.kde.StatusNotifierWatcher", "--talk-name=com.canonical.AppMenu.Registrar", +<<<<<<< ours "--own-name=org.kde.StatusNotifierItem*", +======= +>>>>>>> theirs "--talk-name=org.mpris.MediaPlayer2.*" ], "add-extensions": {