Fix interface plugs.
This commit is contained in:
parent
1c398dcd66
commit
1c5a95f810
|
@ -13,14 +13,19 @@ confinement: strict # use 'strict' once you have the right plugs and slots
|
||||||
apps:
|
apps:
|
||||||
barrier-kvm:
|
barrier-kvm:
|
||||||
command: desktop-launch barrier #first run might take longer
|
command: desktop-launch barrier #first run might take longer
|
||||||
plugs:
|
plugs: &plugs
|
||||||
gnome-3-26-1604:
|
- desktop
|
||||||
interface: content
|
- desktop-legacy
|
||||||
target: gnome-platform
|
- home
|
||||||
default-provider: gnome-3-26-1604:gnome-3-26-1604
|
- joystick
|
||||||
plugs: [gnome-3-26-1604]
|
- network
|
||||||
plugs: [x11]
|
- opengl
|
||||||
parts: [qt5conf]
|
- pulseaudio
|
||||||
|
- screen-inhibit-control
|
||||||
|
- unity7
|
||||||
|
- wayland
|
||||||
|
- x11
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
desktop:
|
desktop:
|
||||||
plugin: nil
|
plugin: nil
|
||||||
|
|
Loading…
Reference in New Issue