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

Feature Request - provide Flatpak packages #243

Open
schewara opened this issue Sep 10, 2019 · 3 comments
Open

Feature Request - provide Flatpak packages #243

schewara opened this issue Sep 10, 2019 · 3 comments

Comments

@schewara
Copy link

It would be great to also provide the Software as Flatpak and make it easily installable through flathub.org

@amuuth
Copy link

amuuth commented Feb 13, 2020

Sure, working on it!

@SamKomesarook
Copy link

Any status on this? My team works on Pop_OS, and it would be awesome to download through the shop. Would be happy to test and submit proposal to flathub.

@schewara
Copy link
Author

schewara commented Oct 4, 2023

Really sad to see that this issues is still open 3 Years later.

I still would love to see a Flatpak Image release especially for users running Immutable Linux Distros like Fedora Silverblue or others.

For now (or maybe the next decade) I went with the Distrobox approach as a workaround to give it a spin on my non Debian based system.

Once installed you can spin up a Debian container, install Swell there and export it so you can run it directly from your App list.

Distrobox container setup commands (on the host):

distrobox create --pull --image quay.io/toolbx-images/debian-toolbox:12 --name debian-dbox
distrobox enter debian-dbox

Installation and exporting the app (inside of the Distrobox Container)

cd /tmp/
wget https://github.com/open-source-labs/Swell/releases/download/v<VERSION>/swell_<VERSION>_amd64.deb
sudo apt-get install libasound2  # needs to be installed extra (dependencies seem to be broken)
sudo apt install ./swell_<VERSION>_amd64.deb
distrobox-export -a swell

But as the deb Package is also not found in any Repo known to me, keeping track of new releases and updating them manually is another downside of the current distribution solution.

@amuuth I haven't completely given up my hopes yet ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants