mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-20 20:50:19 +00:00
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:
@@ -8,6 +8,7 @@
|
|||||||
"finish-args": [
|
"finish-args": [
|
||||||
"--share=ipc",
|
"--share=ipc",
|
||||||
"--socket=wayland",
|
"--socket=wayland",
|
||||||
|
"--socket=fallback-x11",
|
||||||
"--share=network",
|
"--share=network",
|
||||||
"--socket=pulseaudio",
|
"--socket=pulseaudio",
|
||||||
"--filesystem=xdg-download",
|
"--filesystem=xdg-download",
|
||||||
@@ -20,8 +21,11 @@
|
|||||||
|
|
||||||
"--talk-name=org.kde.StatusNotifierWatcher",
|
"--talk-name=org.kde.StatusNotifierWatcher",
|
||||||
"--talk-name=com.canonical.AppMenu.Registrar",
|
"--talk-name=com.canonical.AppMenu.Registrar",
|
||||||
|
<<<<<<< ours
|
||||||
"--own-name=org.kde.StatusNotifierItem*",
|
"--own-name=org.kde.StatusNotifierItem*",
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> theirs
|
||||||
"--talk-name=org.mpris.MediaPlayer2.*"
|
"--talk-name=org.mpris.MediaPlayer2.*"
|
||||||
],
|
],
|
||||||
"add-extensions": {
|
"add-extensions": {
|
||||||
|
|||||||
Reference in New Issue
Block a user