`confinement: classic` crashes embedded JRE

This commit is contained in:
Reinhard Pointner 2018-06-13 21:59:17 +07:00
parent bd833050f1
commit 4f650d2fbb
1 changed files with 5 additions and 2 deletions

View File

@ -3,14 +3,14 @@ version: @{application.version}
summary: @{package.synopsis}
description: @{package.description}
confinement: classic
confinement: strict
grade: stable
architectures: [amd64]
apps:
filebot:
command: bin/filebot.sh
command: bin/desktop-launch $SNAP/bin/filebot.sh
plugs: [unity7, opengl, x11, home, removable-media, network, network-bind, pulseaudio, gsettings]
parts:
@ -20,3 +20,6 @@ parts:
stage-packages:
- libmediainfo0v5
- libchromaprint-tools
- curl
after:
- desktop-glib-only