I am getting the following message when I try and install my snap:
sudo snap install --force-dangerous audovia_3.5.1_amd64.snap
2017-06-23T19:07:21+01:00 INFO cannot auto connect audovia:x11 to core:x11: (plug auto-connection), existing connection state “audovia:x11 core:x11” in the way
This was working a few months ago.
Here is my snap.yaml file:
name: audovia
version: 3.5.1
summary: Music Making
description: Database application for making music using JFugue MusicStrings.
architectures: [ amd64 ]
apps:
play:
command: audovia.wrapper
plugs: [ network, opengl, pulseaudio, unity7, x11 ]
audovia:
command: audovia.wrapper
plugs: [ network, opengl, pulseaudio, unity7, x11 ]
I would be grateful if someone could advise me how to fix this.