Skip to content

ethz-msrl/mir-kiosk-snap-launch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal setup for launching a Wayland snap

Sprinkle this in your mir-kiosk-XXX snap/snapcraft.yaml

  mir-kiosk-snap-launch:
    plugin: dump
    source: https://github.com/MirServer/mir-kiosk-snap-launch.git
    override-build:  $SNAPCRAFT_PART_BUILD/build-with-plugs.sh opengl pulseaudio wayland

Where you put the plugs you need for your snap in the override-build: command.

You use this to launch your app as follows:

apps:
  daemon:
    command: run-daemon wayland-launch XXX
    daemon: simple
    ...

  mir-kiosk-XXX:
    command: wayland-launch XXX
    ...

About

Minimal setup for launching a Wayland snap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%