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

Provide corebird Linux app using AppImage #518

Closed
kskarthik opened this issue Mar 5, 2016 · 5 comments
Closed

Provide corebird Linux app using AppImage #518

kskarthik opened this issue Mar 5, 2016 · 5 comments

Comments

@kskarthik
Copy link

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 :)

@probonopd
Copy link

Can this be built on CentOS 6 and if so, how? Building on CentOS 6 makes the binaries runnable on most desktop distributions.

@baedert
Copy link
Owner

baedert commented Apr 2, 2016

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).

@probonopd
Copy link

probonopd commented Sep 25, 2016

Here is an experimental recipe that generates an AppImage from the trusty ppa:
https://github.com/probonopd/AppImages/blob/master/recipes/corebird/Recipe

And here is the experimental AppImage:
https://bintray.com/probono/AppImages/Corebird#files

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?

@kskarthik
Copy link
Author

I will test on xubuntu

@baedert
Copy link
Owner

baedert commented Jun 19, 2017

Yeah, so this won't happen.

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