-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Provide an AppImage for Linux #127
Comments
Ah thanks for bringing this to my attention! This will help a lot with Linux releases. I'll read up on the docs and make some test images, but definitely looks like it'll be better than just the pre-built binaries archived. |
You can use the existing pre-built binaries and convert them into an AppImage; in fact this is what I do for my demo Firefox AppImage. See https://github.com/probonopd/AppImages/blob/master/recipes/meta/Firefox.yml If you are interested, I can do the same for Waterfox. |
Yes that would be awesome if you could! |
If memory serves me right, @TheAssassin was recently working on the Firefox yml file, so maybe he could have a look here? |
I have created an AppImage YAML definition for Waterfox. Wasn't too much work as I was working on basically the same definition for Firefox Developer Edition anyway, so I was able to adopt most of that script's code. You could further use this as a base for upstream AppImages (e.g. nightlies or continuous integration builds). You could upload the result to your website for future releases, too. If you have further questions or need assistance in adjusting the definition, join #AppImage on Freenode or on Gitter, there should be someone around who can help you (if not, just stay around a few... hours... or days... it's IRC, so you never know). |
Great, thanks a lot! |
Any updates here? |
bump |
... |
@Serkan-devel you could think about integrating libappimageupdate into the update check. It provides a C++ interface which you can use to check for updates, perform updates, ... |
Is appimage available for waterfox? where can I download the file? |
Doesn't exist yet, but I'm looking into it |
It's here now => |
can this be upstreamed? |
To where? Somewhere other than AppImageHub? |
@probonopd can't find it on there |
Exactly, it should be upstreamed to be there... |
@grahamperrin but what about on the official waterfox download page? |
I'm not a site editor. |
@MrAlex94 now that there is a Waterfox AppImage, it would be nice to see it included on the Waterfox homepage. Typing this from Waterfox on Clear Linux OS (an operating system for which no distribution-provided Waterfox package exists). |
If the appimage is linked to on the official website I think the debian packages should be as well. |
I'm piggybacking on this "packaging" topic, since I stumbled upon the seemingly new Snap waterfox-snap in the Snapcraft Store. That seems to be provided by @YamiYukiSenpai via this repository. For reference, here is also a Waterfox-packaging related reddit discussion. |
@c-s-n please open a seperate issue and not clutter this one |
@grahamperrin please open a seperate issue and not clutter this one |
@probonopd it was direction to the separate discussion; to avoid duplication/multiplication. |
@MrAlex94 please reopen this. Waterfox still doesn't have an official AppImage, only a 3rd party build. |
I assume that's closed, cuz no one from Waterfox team has time to do that and/or learn how to do that. |
SpiderMonkey backports part 2 (optional chaining)
Providing an AppImage would have, among others, these advantages:
appimaged
Here is an overview of projects that are already distributing upstream-provided, official AppImages.
Please let me know if you are interested and would like me to generate an AppImage.
The text was updated successfully, but these errors were encountered: