AppImageKit
AppImageKit copied to clipboard
Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.c...
Allows using armhf and aarch64 as architecture names on appimagetool. Doesn't remove the old names ("arm", "arm_aarch64") to avoid breaking scripts of possible users. Closes #1114
AppImages should run on all Linux Platforms, but currently they don't, this is because it is dynamically linked against glibc. I tried to run a AppImage on Alpine Linux and...
Hi, I am getting the following error: ``` appimagetool, continuous build (commit 7f9be69), build built on 2022-07-16 02:23:34 UTC Desktop file: /home/dillan/Downloads/aur/openra-rv-git/src/Romanovs-Vengeance/packaging/linux/Romanovs Vengeance.appdir/openra-rv.desktop Name: OpenRA - Romanovs Vengeance Icon: openra-rv...
**General information** ``` $ cat /etc/redhat-release Fedora release 36 (Thirty Six) $ uname -ro 5.18.9-200.fc36.x86_64 GNU/Linux $ phoronix-test-suite system-info | grep 'Display Server' Display Server: X Server 1.20.14 + Wayland...
When running an AppImage under [gcompat][0] (e.g. on Alpine Linux), `fopen("/proc/self/exe", "rb")` opens the dynamic linker (e.g. `/lib/ld-musl-x86_64.so.1`) instead of the AppImage itself. However, `readlink("/proc/self/exe", ...)` does give the path...
I am running a system with musl C library. I tried to compile this with Cmake but the build requires libtool, which is part of GNU. Can you please get...
I can't manage to run any AppImage from my docker container. With appimagetool here is what I got: ``` $ ./appimagetool-x86_64.AppImage bash: ./appimagetool-x86_64.AppImage: No such file or directory ``` ```...
 Relevant lines of code: https://github.com/AppImage/AppImageKit/blob/website/index.jinja2#L336 https://github.com/AppImage/AppImageKit/blob/website/index.jinja2#L359 I tested it on my own machine and just in case using `browserling.com` and I think it's safe to assume the links are...
Trying to make this issue as abstract as possible, though it clearly stems from #1171, particularly [this comment](https://github.com/AppImage/AppImageKit/issues/1171#issuecomment-1160808418). As a user, my opinion on this is rather straight forward: I...