Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

vlc+scummvm: Update plugs and confinement #77

Merged
merged 3 commits into from Jun 20, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions scummvm/README.md
Expand Up @@ -13,10 +13,7 @@ Working features:

Known issues:
- No theme for the main UI
- No sound
- the home plug needs to be connected manually after snap install with
"sudo snap connect scummvm:home ubuntu-core:home"

TODO:
-
- Add desktop file and icon

3 changes: 2 additions & 1 deletion scummvm/snapcraft.yaml
Expand Up @@ -7,11 +7,12 @@ description: |
files. The clever part about this: ScummVM just replaces the executables
shipped with the game, allowing you to play them on systems for which
they were never designed!
confinement: strict

apps:
scummvm:
command: bin/scummvm-launcher
plugs: [x11, home]
plugs: [x11, home, pulseaudio]

parts:
launcher:
Expand Down
3 changes: 1 addition & 2 deletions vlc/README.md
Expand Up @@ -12,9 +12,8 @@ Working features:

Known issues:
- Theming
- No sound in strict confinement

TODO:
- Add icon
- Add desktop file and icon


2 changes: 1 addition & 1 deletion vlc/snapcraft.yaml
Expand Up @@ -7,7 +7,7 @@ confinement: strict
apps:
vlc:
command: qt5-launch vlc
plugs: [unity7, network, home]
plugs: [unity7, network, home, opengl, pulseaudio, mount-observe, network-bind]

parts:
vlc:
Expand Down