Merge PR #954: Fix webview not working in the snap package

pull/959/head
jenkins 2023-01-25 12:07:59 +01:00
commit e7ebae80ec
1 changed files with 5 additions and 1 deletions

View File

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