From 0b80a85b070df3f18d2da71481f8b3cb61c38037 Mon Sep 17 00:00:00 2001 From: Vincent Chernin <38842733+vchernin@users.noreply.github.com> Date: Sat, 3 Jul 2021 20:05:50 -0700 Subject: [PATCH] Enable Wayland socket You can run vscode in native Wayland, but it only works if the socket is enabled. When the socket is enabled run: `flatpak run com.visualstudio.code --enable-features=UseOzonePlatform --ozone-platform=wayland` Note window decorations currently won't be present in GNOME when running in native Wayland. --- com.visualstudio.code.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/com.visualstudio.code.yaml b/com.visualstudio.code.yaml index ab6d63b..ba4561b 100644 --- a/com.visualstudio.code.yaml +++ b/com.visualstudio.code.yaml @@ -11,6 +11,7 @@ finish-args: - --require-version=0.10.3 - --share=ipc - --socket=x11 + - --socket=wayland - --socket=pulseaudio - --socket=ssh-auth - --share=network