From 07dc2d61f9b79c6eae4ca0d77625746fc1e4f6d0 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Sun, 8 Oct 2023 23:40:41 -0600 Subject: [PATCH] manifest: use fallback-x11 ... ... as Flathub validator no longer allows specifying both x11 and wayland without one of them being a fallback --- org.yuzu_emu.yuzu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index a9e3617..fb55665 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -6,7 +6,7 @@ "command": "yuzu-launcher", "finish-args": [ "--device=all", - "--socket=x11", + "--socket=fallback-x11", "--socket=wayland", "--socket=pulseaudio", "--share=network",