From 49c0299d684783f97464bfa896ecc42d3bf02f52 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:22:44 -0700 Subject: [PATCH] Add environment variable for GDK backend options --- flatpak/net.zoite.Zoitechat.json | 1 + 1 file changed, 1 insertion(+) diff --git a/flatpak/net.zoite.Zoitechat.json b/flatpak/net.zoite.Zoitechat.json index 02eab3da..930d205c 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",