Skip to content

Commit

Permalink
snap - access snaps providing the media-hub interface
Browse files Browse the repository at this point in the history
  • Loading branch information
observerdev committed Apr 10, 2019
1 parent 39f02c0 commit e14e26d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ apps:
XDG_DATA_DIRS: $SNAP_USER_DATA:$SNAP/usr/share:$XDG_DATA_DIRS
qt:
command: obsr-qt
plugs: [network, network-bind, network-status, unity7, unity8, desktop, desktop-legacy, wayland, x11, mir, opengl, home, removable-media, screen-inhibit-control, pulseaudio, optical-drive]
plugs: [network, network-bind, network-status, unity7, unity8, desktop, desktop-legacy, wayland, x11, mir, opengl, home, removable-media, screen-inhibit-control, pulseaudio, media-hub, optical-drive]
desktop: qt.desktop
environment:
QT_XKB_CONFIG_ROOT: $SNAP_USER_DATA:$SNAP/usr/share:$QT_XKB_CONFIG_ROOT
qt-testnet:
command: obsr-qt --testnet
plugs: [network, network-bind, network-status, unity7, unity8, desktop, desktop-legacy, wayland, x11, mir, opengl, home, removable-media, screen-inhibit-control, pulseaudio, optical-drive]
plugs: [network, network-bind, network-status, unity7, unity8, desktop, desktop-legacy, wayland, x11, mir, opengl, home, removable-media, screen-inhibit-control, pulseaudio, media-hub, optical-drive]
desktop: qt-testnet.desktop
environment:
QT_XKB_CONFIG_ROOT: $SNAP_USER_DATA:$SNAP/usr/share:$QT_XKB_CONFIG_ROOT
qt-regtest:
command: obsr-qt --regtest
plugs: [network, network-bind, network-status, unity7, unity8, desktop, desktop-legacy, wayland, x11, mir, opengl, home, removable-media, screen-inhibit-control, pulseaudio, optical-drive]
plugs: [network, network-bind, network-status, unity7, unity8, desktop, desktop-legacy, wayland, x11, mir, opengl, home, removable-media, screen-inhibit-control, pulseaudio, media-hub, optical-drive]
desktop: qt-regtest.desktop
environment:
QT_XKB_CONFIG_ROOT: $SNAP_USER_DATA:$SNAP/usr/share:$QT_XKB_CONFIG_ROOT
Expand Down

0 comments on commit e14e26d

Please sign in to comment.