From 931dddcf0ef034a5d5f8a052845fe2b58438ea14 Mon Sep 17 00:00:00 2001 From: deepend Date: Sun, 22 Feb 2026 10:47:01 -0700 Subject: [PATCH] Enabled the Python plugin in the Flatpak build by changing Meson config from -Dwith-python=false to -Dwith-python=python3, so it gets built in the Flatpak app module. Set Flatpak to prefer Wayland by default by adding --env=GDK_BACKEND=wayland,x11 (while keeping existing Wayland and X11 sockets for compatibility). --- flatpak/net.zoite.Zoitechat.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flatpak/net.zoite.Zoitechat.json b/flatpak/net.zoite.Zoitechat.json index b7436edd..5e3a8cfb 100644 --- a/flatpak/net.zoite.Zoitechat.json +++ b/flatpak/net.zoite.Zoitechat.json @@ -7,6 +7,7 @@ "command": "zoitechat", "finish-args": [ "--share=ipc", + "--env=GDK_BACKEND=wayland,x11", "--socket=wayland", "--socket=fallback-x11", "--share=network", @@ -59,7 +60,7 @@ "-Dgtk3=true", "-Ddbus-service-use-appid=true", "-Dwith-perl=false", - "-Dwith-python=false", + "-Dwith-python=python3", "-Dwith-lua=lua" ], "build-options": {