0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 04:12:15 +02:00

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