rodlie / qtfm

Qt File Manager
https://qtfm.eu
GNU General Public License v2.0
156 stars 43 forks source link

AppImage #140

Open probonopd opened 5 years ago

probonopd commented 5 years ago

This PR, when merged, will compile this application on Travis CI upon each git push, and upload an AppImage to your GitHub Releases page.

Providing an AppImage would have, among others, these advantages:

Here is an overview of projects that are already distributing upstream-provided, official AppImages.

PLEASE NOTE: For this to work, you need to set up GITHUB_TOKEN in Travis CI for this to work; please see https://github.com/probonopd/uploadtool. If you would like to see only one entry for the Pull Request in your project's history, then please enable this GitHub functionality on your repo. It allows you to squash (combine) the commits when merging.

If you have questions, AppImage developers are on #AppImage on irc.freenode.net.

rodlie commented 5 years ago

qtfm should use the native qt libraries to get proper integration with the system, also I can (and did) package qtfm as a single binary without the need for appimage. I dropped the binary since qtfm is now included in several distributions.

I have nothing against appimage (I do use Krita from appimage), but I don't think this is something for qtfm. Appimage should be used on large projects (like Krita).

probonopd commented 5 years ago

Let's say it's useful for testing dev builds :-)

rodlie commented 5 years ago

Ok, but then we should use the Qt build I already have prepared, and add support for ImageMagick and FFmpeg. I will look into this later this weekend. We also need to bundle the Adwaita icon theme (I already do this on mac, so no big deal).