Przeglądaj źródła

build-aux: Use fallback-x11 instead of x11

Etaash Mathamsetty 2 lat temu
rodzic
commit
2a0e614228
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build-aux/com.obsproject.Studio.json

+ 1 - 1
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",