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.
This commit is contained in:
parent
4d2826aa73
commit
dac06715f5
@ -29,6 +29,8 @@ apps:
|
|||||||
syncplay:
|
syncplay:
|
||||||
command: bin/desktop-launch $SNAP/usr/bin/python3 $SNAP/bin/syncplay
|
command: bin/desktop-launch $SNAP/usr/bin/python3 $SNAP/bin/syncplay
|
||||||
desktop: lib/python3.5/site-packages/syncplay/resources/syncplay.desktop
|
desktop: lib/python3.5/site-packages/syncplay/resources/syncplay.desktop
|
||||||
|
environment:
|
||||||
|
DISABLE_WAYLAND: 1
|
||||||
|
|
||||||
syncplay-server:
|
syncplay-server:
|
||||||
command: bin/syncplay-server
|
command: bin/syncplay-server
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user