From 2d92a98b562b3ea96c4cea9ad9ea85ff880f9380 Mon Sep 17 00:00:00 2001 From: Etaash Mathamsetty <45927311+Etaash-mathamsetty@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:50:55 -0400 Subject: [PATCH] Use fallback-x11 instead of x11 --- build-aux/com.obsproject.Studio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/com.obsproject.Studio.json b/build-aux/com.obsproject.Studio.json index 00b1a8b34..81a01dafe 100644 --- a/build-aux/com.obsproject.Studio.json +++ b/build-aux/com.obsproject.Studio.json @@ -6,7 +6,7 @@ "command": "obs", "finish-args": [ "--socket=wayland", - "--socket=x11", + "--socket=fallback-x11", "--socket=pulseaudio", "--device=all", "--share=network",