-
Notifications
You must be signed in to change notification settings - Fork 271
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
Creating am Appimage for rpi-imager #350
Comments
Same here, there isn't any documentation how to build it. |
There's some (older) info about the old AppImage in #20 |
I personally think it would be better if those other Linux distributions did some effort themselves and provided native packages. Also keep in mind that Imager depends on other system services (such as UDisks2) to do its job. And you cannot easily stick those other services in an AppImage.... |
I don't remember the specifics, but I found that the AppImage build was more trouble than it was worth. Also, it was downloaded only a handful of times. |
Hey all, I managed to build an AppImage for my rpi-imager fork. And the CI/CD to go with it. Due to #200 it wont run on versions of Linux older than Ubuntu 20.04 LTS. https://github.com/guysoft/pi-imager/releases/tag/v.1.7.1 |
Eh, why? You did not stick a newer Qt version that does have that method in your AppImage?! |
Because you need to build rpi-imager on older versions, and it wont build on anything older, see: https://github.com/probonopd/linuxdeployqt#a-note-on-binary-compatibility |
Not with Ubuntu's 5 year old Qt packages, but recall you can get a recent Qt version for Ubuntu 18 from the Qt website. |
Possibly. It might work. Even with the current appimage. But at this point I have an AppImage and that's good enough for my fork. It might be good enough for everyone else here too. |
Wouldn't that make sense, given it was, afaik, not listed on the main download page? |
Where is the appimage? I can't install the package available for download on the main page (for Ubuntu x86, how ridiculous) on debian. I guess I don't need that, I'll find another way to update the bootloader. |
https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#rpi-eeprom-update |
Then following the instructions on the main page to build the package yourself instead. |
Found here what I was looking for. |
Started working on some AppImage build in my fork. Provides some AppImages for testing in https://github.com/TheAssassin/rpi-imager/releases/continuous. More information can be found in #495. Hopefully, the developers reconsider shipping AppImages, as they're by far more suitable than native packages for upstream packaging, and easier to use for users as well. |
Cool My ci/cd is currently building all 3 operating systems |
|
Cool, I guesd i could pull your ci in to pi-imager if it makes a betterpackage. Might be interesting to compare the resulting appimage. |
Sorry... 😉 |
Closing as won't fix. AppImage building was rejected in the PR, and as such we can't offer support for it. If you choose to use a packaging scheme other than the ones provided by our releases, note that my policy is to refuse issues that appear to be caused by packaging misconfiguration (when you're not using our packages). |
You may want to reopen this given the fact that #495 was reopened. |
I would like to help with creating an updated Appimage for the rpi-image so that it could be used on any GNU/Linux OS with ease and can be recommended as the general purpose image writer for users.
There is already an rpi-image Appimage available via the download site but its very old. I would be glad to help out if the original yml definition of the Appimage is still available somewhere.
Thanks for this lovely utility!
The text was updated successfully, but these errors were encountered: