From 0a672f092a7a177f216a81dfb9147b58befc4c55 Mon Sep 17 00:00:00 2001 From: fufesou <13586388+fufesou@users.noreply.github.com> Date: Tue, 18 Nov 2025 23:32:40 +0800 Subject: [PATCH] fix: flatpak, wayland, cursor image (#13544) Signed-off-by: fufesou --- flatpak/rustdesk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/rustdesk.json b/flatpak/rustdesk.json index af1bc5fe7..a99141f17 100644 --- a/flatpak/rustdesk.json +++ b/flatpak/rustdesk.json @@ -55,7 +55,7 @@ ], "finish-args": [ "--share=ipc", - "--socket=fallback-x11", + "--socket=x11", "--socket=wayland", "--share=network", "--filesystem=home",