diff --git a/org.o3de.O3DE.yaml b/org.o3de.O3DE.yaml index 8fa94d7a7..11fe19524 100644 --- a/org.o3de.O3DE.yaml +++ b/org.o3de.O3DE.yaml @@ -16,8 +16,7 @@ command: o3de-wrapper.sh finish-args: - --share=ipc - --share=network # Project Manager fetches gems/templates; engine downloads assets - - --socket=x11 - - --socket=fallback-x11 + - --socket=x11 # O3DE's bundled Qt only ships the xcb plugin, so X11/XWayland is required - --socket=wayland - --socket=pulseaudio - --device=dri # GPU access for the renderer diff --git a/scripts/make-flatpak.sh b/scripts/make-flatpak.sh index 652eae2ef..f467dfc3c 100755 --- a/scripts/make-flatpak.sh +++ b/scripts/make-flatpak.sh @@ -51,7 +51,6 @@ flatpak build-finish build-dir \ --share=ipc \ --share=network \ --socket=x11 \ - --socket=fallback-x11 \ --socket=wayland \ --socket=pulseaudio \ --device=dri \