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.
This commit is contained in:
2026-02-22 08:51:05 -07:00
parent 5dcd4151db
commit 42de1c8e60

View File

@@ -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": {