Fix webview not working in the snap package

This commit is contained in:
Michael Zanetti 2023-01-19 16:54:53 +01:00
parent 65c39c3c92
commit 8c4dab2c9b

View File

@ -43,7 +43,7 @@ apps:
nymea-app: nymea-app:
environment: environment:
WAYLAND_DISPLAY: wayland-99 WAYLAND_DISPLAY: wayland-99
command-chain: [ bin/desktop-launch ] command-chain: [ bin/desktop-launch, bin/anon-shm-preload ]
command: usr/bin/nymea-app command: usr/bin/nymea-app
desktop: usr/share/applications/nymea-app.desktop desktop: usr/share/applications/nymea-app.desktop
plugs: plugs:
@ -81,6 +81,10 @@ parts:
- xdg-user-dirs - xdg-user-dirs
- fcitx-frontend-qt5 - fcitx-frontend-qt5
anon-shm-preload:
source: https://github.com/MirServer/anon-shm-preload.git
plugin: cmake
mir-kiosk-snap-launch: mir-kiosk-snap-launch:
plugin: dump plugin: dump
source: https://github.com/MirServer/mir-kiosk-snap-launch.git source: https://github.com/MirServer/mir-kiosk-snap-launch.git