pkg2appimage icon indicating copy to clipboard operation
pkg2appimage copied to clipboard

Tool and recipes to convert existing deb packages to AppImage

Results 116 pkg2appimage issues
Sort by recently updated
recently updated
newest added

I am trying to provide an AppImage package for the [Rapid Photo Downloader](http://www.damonlynch.net/rapid/) program, which is a PyQt5-based application that allows to copy and organize pictures from digital cameras. The...

Posted this first in https://github.com/AppImage/AppImageKit/issues/432, i.e., wrong project. `generate_appimage ` in `https://raw.githubusercontent.com/AppImage/AppImages/master/functions.sh` sets `GLIBC_NEEDED` before first use (`rm` old output): ```bash rm ../out/$APP"-"$VERSION".glibc"$GLIBC_NEEDED"-"$ARCH".AppImage" 2>/dev/null || true GLIBC_NEEDED=${GLIBC_NEEDED:=$(glibc_needed)} ./AppImageAssistant ./$APP.AppDir/ ../out/$APP"-"$VERSION".glibc"$GLIBC_NEEDED"-"$ARCH".AppImage"...

https://github.com/probonopd/AppImageKit/commit/b313884d56e5eeea17ffcf8ef51dc7316bdca317#commitcomment-19587596

In some rare cases, it may be needed to bundle GTK+ inside the AppImage (e.g., if the application requires a newer version of GTK+ than what can be assumed to...

Rewrite all existing non-yml (legacy) `Recipe` files as `.yml` files following [this](https://github.com/probonopd/AppImages/blob/master/YML.md) documentation. This way, they can serve as examples for how to convert packages into the AppImage format for...

I have recently done some work to improve the compatibility of the GIMP AppImage with the various Linux distros. One of the recurring problems I found was due to gdk-pixbuf...

For example running `./mediainfo-gui.AppImage Videos/video.mkv` will not open video.mkv in mediainfo-gui, it must be a full path: `./mediainfo-gui.AppImage $HOME/Videos/video.mkv` Reason is the `chdir(2)` into the mounted AppImage directory in `/tmp`....

Try to bundle Scratch Offline Editor (cc @antoniofaccioli) - https://scratch.mit.edu/scratch2download/ - https://helpx.adobe.com/air/kb/install-air-2-64-bit.html - http://www.noobslab.com/2015/05/adobeair-is-now-available-for-ubuntu.html A 32-bit AppImage would probably be straightforward, but one that runs on 64-bit systems will require...

Hi, is there working solution to package KDE games to appimage? I tried many combinations (xenial, jessie, wheezy) (bintray,union) but no luck. For example: KBounce (https://www.kde.org/applications/games/kbounce/) ``` app: KBounce union:...

Per title, removing libgdk-x11-2.0.so.0 from excludelist per issue #145.