darealshinji
darealshinji
Hi! Can you add a check to configure.ac to check if the available libav* libraries are recent enough? Right now it only checks for existence.
Let's say I have a copy of an AppImage in a directory stored as a backup, integrating it with the AppImageLauncher will delete it from my backup directory. Putting an...
Instead of calling exit() on an error, can't you just set a flag or something and leave it up to the programmer to decide what to do? Something like this:...
I know there are many open pull requests that already incorporate most of the changes from this PR, but maybe you prefer one big PR instead of reviewing many smaller...
Using [this](https://gist.github.com/darealshinji/f380828b82924ef4dc4a0a346d41ec2c) yaml script to build an AppImage results in an error when I try to run it: ``` $ ./gMKVExtractGUI-2.2.0.glibc2.15-x86_64.AppImage Can't find custom attr constructor image: /tmp/.mount_gMKVEx7S14Xx/usr/lib/mono/exe/gMKVExtractGUI.exe mtoken: 0x0a000001...
libEGL is also provided by nvidia, so maybe it should be excluded for the same reason as libGL? It is also stored in `usr/lib/x86_64-linux-gnu/mesa-egl/` inside the AppImage and therefor not...
The items such as `libcom_err.so.2` or `libz.so.1` that are on the list will be removed, but `libcom_err.so.2.1` and `libz.so.1.2.8` will remain in the AppImage.
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`....
I see that the digit `7` is displayed using the segments a, b, c **and f**. But using only a, b and c seems to be much more common. This...
If if want to deploy a binary that is linked against `libfreetype.so.6`, the following happens: freetype as well as it's resolved depencies libpng and zlib are copied, but then freetype...