mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-06 22:19:00 -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
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue