From dac06715f5c00883d7359b4098d332d74614f01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wr=C3=B3bel?= Date: Thu, 25 Jun 2020 09:17:59 +0200 Subject: [PATCH] Disable native wayland for snap Snap is using QT4 (due to lack of pyside2 in core18) which is not compatible with Wayland. Hopefully this should prevent #331 from occurring. --- snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index b92af89..4464b60 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -29,6 +29,8 @@ apps: syncplay: command: bin/desktop-launch $SNAP/usr/bin/python3 $SNAP/bin/syncplay desktop: lib/python3.5/site-packages/syncplay/resources/syncplay.desktop + environment: + DISABLE_WAYLAND: 1 syncplay-server: command: bin/syncplay-server