From cf8aeba53edba9dcf33fd573576b5ab05303c994 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:27:03 -0700 Subject: [PATCH] Update socket configuration in Zoitechat JSON Replaced Wayland and fallback-x11 sockets with x11 socket. --- flatpak/net.zoite.Zoitechat.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flatpak/net.zoite.Zoitechat.json b/flatpak/net.zoite.Zoitechat.json index c0de3da1..48c0f7ab 100644 --- a/flatpak/net.zoite.Zoitechat.json +++ b/flatpak/net.zoite.Zoitechat.json @@ -7,8 +7,7 @@ "command": "zoitechat", "finish-args": [ "--share=ipc", - "--socket=wayland", - "--socket=fallback-x11", + "--socket=x11", "--share=network", "--socket=pulseaudio", "--filesystem=xdg-download",