mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04: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:
parent
4ce42fa6d4
commit
c8f18e49f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user