Solarus-Games English Forum

Community => General discussion => Topic started by: alexgleason on December 28, 2018, 02:36:43 AM

Title: Solarus 1.6 snap release
Post by: alexgleason on December 28, 2018, 02:36:43 AM
Hi everyone,

I've just put some finishing touches on the Solarus 1.6 snap release.

If you're on Ubuntu, you can search for "Solarus" in the software center and install it from there. That's it!

For other distros, you need to first install snapd (https://docs.snapcraft.io/installing-snapd/6735). It's probably as simple as sudo <yourPM> install snapd, but you can click the link for more info.

Once you have snapd installed, just run sudo snap install solarus and you'll be good to go!

Known bugs are listed here: https://gitlab.com/solarus-games/solarus-snap/issues

Please report any you find to that. Thanks!

If sound doesn't work: Open Ubuntu Software > Installed > Solarus [ver] > Permissions > Audio Channel and give it permission to run PulseAudio. (thanks latchk3y!)
Title: Re: Solarus 1.6 snap release
Post by: oclero on December 28, 2018, 03:47:16 PM
Thank you! This is a big day!
Title: Re: Solarus 1.6 snap release
Post by: alexgleason on December 28, 2018, 03:50:06 PM
By the way, here are some badges you could use:

(https://snapcraft.io/static/images/badges/en/snap-store-black.svg) (https://snapcraft.io/solarus)

<a href="https://snapcraft.io/solarus">
  <img alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg" />
</a>


(https://snapcraft.io/static/images/badges/en/snap-store-white.svg) (https://snapcraft.io/solarus)

<a href="https://snapcraft.io/solarus">
  <img alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-white.svg" />
</a>
Title: Re: Solarus 1.6 snap release
Post by: oclero on December 28, 2018, 03:57:36 PM
Thanks! Theses images will be used in the upcoming new Solarus website.

Btw, I've posted Twitter and Facebook news about the snap!
Title: Re: Solarus 1.6 snap release
Post by: alexgleason on December 28, 2018, 04:33:40 PM
Cool, I shared on Mastodon as well. :) https://mastodon.gamedev.place/@solarus/101319388829691003
Title: Re: Solarus 1.6 snap release
Post by: oclero on December 28, 2018, 04:43:57 PM
I didn't know you made a Mastodon account for Solarus! Thanks!
Title: Re: Solarus 1.6 snap release
Post by: farvardin on September 01, 2019, 02:00:18 PM
hello,

I've installed Solarus through snap (on linux mint 19), and because of permissions, I can only access a few folders on my computer (home folder for example). Since all my data are stored into an external repertory (which is only linked into my home folder), I'd like to store games and future projects into this repertory. How can I allow this? I'm new to snap, I've read some snap doc, but if I want to allow such permissions, I should have to type:

sudo snap connect solarus:system-files

but I get this error: snap "solarus" has no plug named "system-files"