Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snap install requires --dangerous flag #757

Closed
lidel opened this issue Dec 19, 2018 · 5 comments
Closed

Snap install requires --dangerous flag #757

lidel opened this issue Dec 19, 2018 · 5 comments
Labels
area/linux Linux P3 Low: Not priority right now

Comments

@lidel
Copy link
Member

lidel commented Dec 19, 2018

Installs fine, but there is some metadata missing that triggers an error and needs to be bypassed with --dangerous:

$ snap version                                                                       
snap    2.21-2+b1
snapd   2.21-2+b1
series  16
debian  9

$ snap install /home/lidel/tmp/ipfs-desktop_0.6.0_amd64.snap                         
error: cannot find signatures with metadata for snap "/home/lidel/tmp/ipfs-desktop_0.6.0_


$ snap install --dangerous /home/lidel/tmp/ipfs-desktop_0.6.0_amd64.snap
ipfs-desktop 0.6.0 installed
@hacdias
Copy link
Member

hacdias commented Dec 20, 2018

Just a reference issue: electron-userland/electron-builder#3187

@hacdias hacdias added area/linux Linux P3 Low: Not priority right now labels Jul 24, 2019
@hacdias
Copy link
Member

hacdias commented Sep 27, 2019

Electron Builder now supports publishing the package to the store and that's what I'm going to do. As far as I understood, by publishing it to the store, the dangerous flag won't be needed. Perhaps we don't even need to publish the .snap package to the GitHub releases anymore.

Thoughts @lidel?

This was referenced Sep 27, 2019
@hacdias
Copy link
Member

hacdias commented Sep 30, 2019

Published to Snap Store. Now you can just snap install ipfs-desktop!

@hacdias hacdias closed this as completed Sep 30, 2019
@lidel
Copy link
Member Author

lidel commented Oct 2, 2019

@hacdias sgtm! https://snapcraft.io/ipfs-desktop looks good

I don't use Snap myself, but see @ElOpio created one for go-ipfs (https://snapcraft.io/ipfs). @ElOpio – are you able to check if ipfs-desktop installs fine via snap install ipfs-desktop?

@hacdias
Copy link
Member

hacdias commented Oct 2, 2019

@lidel I did try to install on Ubuntu and it seemed to work well too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/linux Linux P3 Low: Not priority right now
Projects
None yet
Development

No branches or pull requests

2 participants