On Tue, 2016-11-22 at 15:06 -0300, Sergio Cazzolato wrote:
> Hello, I am having troubles to launch my snap due to a missing connection
> to ubuntu-app-platform:platform. No matter if I run "snap connect" always I
> get the same message telling that I need to connect the app with
> ubuntu-app-platform:platform.
> 
> I am running this in yakkety. Any idea about this issue?

I ran into this while testing the kde-framework-5 content snap with a KDE snap
today. For me, what was happening is that if you launch your snap before you
connect, then the shared mount namespace is setup without the content mount, so
you need to discard that namespace after you 'snap connect' and start the
application again.

I think if after you snap connect, if you do:

$ sudo /usr/lib/snapd/snap-discard-ns kpi-empty-app
$ kpi-empty-app

It will work (it would also work after reboot). Obviously, this is a bug but I'm
not sure there is one filed. I think Zygmunt (in CC) is aware of the issue.
Zygmunt, can you comment?

> 
> Thanks
> 
> 
> Here the commands:
> 
> $ sudo snap install --force-dangerous kpi-empty-app_0.1_amd64.snap
> kpi-empty-app 0.1 installed
> 
> $ kpi-empty-app
> You need to connect the ubuntu-app-platform package with your application
> to reuse shared assets, please run:
> snap install ubuntu-app-platform
> snap connect kpi-empty-app:platform ubuntu-app-platform:platform
> 
> $ sudo snap install ubuntu-app-platform
> ubuntu-app-platform (stable) 1 from 'canonical' installed
> 
> $ sudo snap connect kpi-empty-app:platform ubuntu-app-platform:platform
> 
> $ kpi-empty-app
> You need to connect the ubuntu-app-platform package with your application
> to reuse shared assets, please run:
> snap install ubuntu-app-platform
> snap connect kpi-empty-app:platform ubuntu-app-platform:platform
> -- 
> Snapcraft mailing list
> [email protected]
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/s
> napcraft
-- 
Jamie Strandboge             | http://www.canonical.com

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
Snapcraft mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft

Reply via email to