Replies: 16 comments
-
Hi @ldelossa! Thank you for raising this. Did some digging and found out there was originally a PR to make Insomnia support flatpak but it seems it never got merged, wonder if that could be reopened: #939 |
Beta Was this translation helpful? Give feedback.
-
Would be awesome. I know most of my colleagues use flatpak to install Drobox, Slack, Signal, etc... it's becoming a hot spot for desktop applications. |
Beta Was this translation helpful? Give feedback.
-
it looks like github actions supply a flatpak builder: https://github.com/bilelmoussaoui/flatpak-github-actions maybe it can be used almost in a drop in fashion? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion @ldelossa! While I would love it if we could support all the various Linux distribution formats, it quickly becomes a maintenance headache. It seems like Flatpak is very similar to Snap, which we already support (and supported OOTB by Note: we're working on getting a Snap up for the new Insomnia Designer shortly. |
Beta Was this translation helpful? Give feedback.
-
I seems like youre catering to one linux community (ubuntu) where almost all others (fedora, arch, clear linux, manjaro, etc...) Utilize flatpak. Its not very likely other distros will use snap, but rather likely ubuntu users will use flatpak. I believe a flatpak install would actually make it so you DONT have to handle a deployment for each type of linux. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the info @ldelossa! To be honest, none of us are full-time Linux users (anymore) so we've really just been going with whatever |
Beta Was this translation helpful? Give feedback.
-
Related #1812 |
Beta Was this translation helpful? Give feedback.
-
FYI you can treat the Flatpak build as you were using a closed source release. https://github.com/flathub/com.visualstudio.code/blob/master/com.visualstudio.code.yaml#L45 I've been running insomnia in a flatpak for months without any issues, using this terrible code since I haven't bothered reading their docs
|
Beta Was this translation helpful? Give feedback.
-
Any updates on this? I see many electron apps on flathub but insomnia is still missing. I guess it's easier than snapcraft(except that canonical guys approach for snap but flatpak is a community endeavor). Snap store being proprietary(like windows store, as you might be aware) is not being very well received by the open-source community and only a few outside Ubuntu use it while flatpak is vendor-neutral and completely open-source. flathub/flathub#504 was closed after waiting for the upstream response. Could you please accept write access to the repo if the community adds it? |
Beta Was this translation helpful? Give feedback.
-
too bad there is no progress in uploading insomnia to flathub - I am so used to installing stuff with flatpack, I don't want to go back to the days of downloading tarballs and/or manually adding distribution-specific repos to my package manager configuration. |
Beta Was this translation helpful? Give feedback.
-
TBH i just moved to Postman which has a flathub deployment. |
Beta Was this translation helpful? Give feedback.
-
It really sucks that insomnia is still not present in flatpak after all this time. |
Beta Was this translation helpful? Give feedback.
-
I'm looking for this also, it would be great |
Beta Was this translation helpful? Give feedback.
-
Count me in as interested.
As a Flathub volunteer and package maintainer, I wish to comment on that. Snapcraft is universal in a sense that it's technically possible to run almost everywhere, but in practice most distributions discourage it, or outright block it. The fundamental core of the problem is that Snap is a Canonical product, where Canonical is in total control. Flatpak is designed as a distributed network, where not a single party controls everybody. As a response, Snap is now essentially a Ubuntu-only format and Flatpak is the community darling. As a company, you should care about that a lot. With Flathub, you have the technical certainty that nobody can force a 30% revenue split on you, while Snap is only as reliable as its parent company. If maintaining a Snap, a .deb and a flatpak is to much, then I would recommend using Flatpak only. |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
Please see the previous thread: #1812 (comment) Discussion has continued there, and we're working on a community-maintained Flatpak package. |
Beta Was this translation helpful? Give feedback.
-
**Is your feature request related to a problem? Please.
While appimage is a viable installation option for non ubuntu distributions, flathub is becoming the defacto "enterprise application" hub for all platofrms.
Describe the solution you'd like
Instead of providing app images which are clunky to work with, make efforts toward providing a flathub driven installation.
Describe alternatives you've considered
Appimage - installation is clunky, daemon must run to integrate appimage into gnome. Not many distros run this daemon.
Beta Was this translation helpful? Give feedback.
All reactions