Ubuntu Pastebin

Paste from ogra at Wed, 17 May 2017 16:40:57 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
root@pi3:/# cat /snap/mir-kiosk-apps/current/meta/snap.yaml
apps:
  mir-kiosk-app-daemon:
    command: command-mir-kiosk-app-daemon.wrapper
    daemon: simple
    plugs:
    - mir
    - opengl
    - network
    - mir-libs
architectures:
- armhf
confinement: strict
description: Example apps to run with mir-kiosk
grade: devel
name: mir-kiosk-apps
plugs:
  mir-libs:
    content: mir0
    default-provider: mir-libs:mir-libs
    interface: content
    target: mir-libs
summary: Example apps to run with mir-kiosk
version: 0.1
root@pi3:/# 
Download as text