Plug auto-connection problem

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.

Do you notice any ill side effects of this? Last I heard it was a notification only, and has been removed in later releases. @zyga-snapd, can you confirm?

Thanks for your response.
The application seems to work fine.
I was thinking of getting this issue resolved before I upload to the store unless you can confirm that this message can be safely ignored.

Since I see those messages myself, I do believe it can safely be ignored. I say upload.

2 Likes

Yes, It is harmless and gone in master

2 Likes