Fix webview not working in the snap package
This commit is contained in:
parent
65c39c3c92
commit
8c4dab2c9b
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user