From 089dd4833091ed84da8395db693212ce9220297d Mon Sep 17 00:00:00 2001 From: Nick Meyer Date: Mon, 10 Jun 2019 17:52:21 -0500 Subject: [PATCH] Add DISABLE_WAYLAND to snapcraft.yaml to resolve Electron/snapd/Wayland issues (#1517) --- snap/snapcraft.template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snap/snapcraft.template.yaml b/snap/snapcraft.template.yaml index fdff1562be..90b1af4fe1 100644 --- a/snap/snapcraft.template.yaml +++ b/snap/snapcraft.template.yaml @@ -64,6 +64,8 @@ apps: # are used and do not fall back to Notification Area applets # or disappear completely. XDG_CURRENT_DESKTOP: Unity + # Fallback to XWayland if running in a Wayland session. + DISABLE_WAYLAND: 1 plugs: - avahi-observe - browser-support