-
Notifications
You must be signed in to change notification settings - Fork 80
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 corebird Linux app using AppImage #518
Comments
Can this be built on CentOS 6 and if so, how? Building on CentOS 6 makes the binaries runnable on most desktop distributions. |
From a quick look over http://mirror.centos.org/centos/6/os/x86_64/Packages/ I'd say no. I don't see any gtk3 package in there but I think currently the newest dependency corebird has is gstreamer-plugins-bad for gtksink (so gstreamer 1.6 is needed, with enabled gtksink). |
Here is an experimental recipe that generates an AppImage from the trusty ppa: And here is the experimental AppImage: Just download the AppImage, chmod a+x, and run. If it doesn't work out-of-the-box, consider it as a bug. Some fine-tuning might be necessary, but at least on my Ubuntu 16.04 system it seems to be running well. Would be great if you could use this as a basis for official, upstream-provided AppImages. @baedert can you provide newer binaries for trusty or older systems? @kskarthik can you test on some different systems and report back how it goes? |
I will test on xubuntu |
Yeah, so this won't happen. |
Appimage helps packing apps which can run on all major Linux distributions based on concept of one app = one file
If corebird can be packed along with all its dependencies inside an appimage, users can simply download give permission & run the file. Appimage also supports Delta updates.
Popular apps like subsurface, scribus, krita are also adopting this method to distribute their apps. It's easy to pack apps using AppImage. No extra knowledge required.
Project repo: https://github.com/probonopd/AppImagekit
The developer @probonopd is happy to help you packing your app :)
The text was updated successfully, but these errors were encountered: