From 7ad362225f699cc5ef6d23c326ff9fd78774c643 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 2 Jan 2024 17:59:31 +0100 Subject: [PATCH] Use --socket=fallback-x11 in .flatpak-manifest.json --- .flatpak-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 7c22e5809..45e89ba94 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -12,7 +12,7 @@ "finish-args": [ "--share=network", "--share=ipc", - "--socket=x11", + "--socket=fallback-x11", "--socket=wayland", "--device=dri", "--filesystem=xdg-download",