Disable Wayland due to Qt bug

https://forum.snapcraft.io/t/problem-launching-qt-snaps-in-wayland/7055/5
This commit is contained in:
Jonathan White 2018-09-01 12:29:41 -04:00
parent 4ce42fa6d4
commit c8f18e49f1
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01

View file

@ -14,6 +14,8 @@ apps:
command: desktop-launch keepassxc command: desktop-launch keepassxc
plugs: [unity7, x11, opengl, gsettings, home, network, network-bind, removable-media, raw-usb, wayland, desktop-legacy] plugs: [unity7, x11, opengl, gsettings, home, network, network-bind, removable-media, raw-usb, wayland, desktop-legacy]
desktop: usr/share/applications/org.keepassxc.KeePassXC.desktop desktop: usr/share/applications/org.keepassxc.KeePassXC.desktop
environment:
DISABLE_WAYLAND: 1
cli: cli:
command: keepassxc-cli command: keepassxc-cli
plugs: [gsettings, home, removable-media, raw-usb] plugs: [gsettings, home, removable-media, raw-usb]
@ -34,7 +36,7 @@ parts:
- -DWITH_XC_ALL=ON - -DWITH_XC_ALL=ON
build-packages: build-packages:
- g++ - g++
- libgcrypt20-18-dev - libgcrypt20-dev
- libqt5x11extras5-dev - libqt5x11extras5-dev
- qtbase5-dev - qtbase5-dev
- qttools5-dev - qttools5-dev