AppImageKit icon indicating copy to clipboard operation
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...

Results 147 AppImageKit issues
Sort by recently updated
recently updated
newest added

I cannot directly run foreign architecture (ARM, ARM64) AppImages on an x64 installation even with binfmt-support and qemu-user-static installed. Trying to run `appimagetool-armhf.AppImage` gives: ``` ~/$ ./appimagetool-armhf.AppImage bash: ./appimagetool-armhf.AppImage: Cannot...

Consistent with our "it should just work" mantra, automatically run --appimage-extract-and-run when in a Docker container * If the file `/.dockerenv` exists, and/or * If `/proc/1/cgroup` begins with `/lxc/` or...

I run: `appimagetool-x86_64.AppImage "AppImage"` I get the error: ``` appimagetool, continuous build (commit d185526), build 1855 built on 2018-10-07 20:18:45 UTC WARNING: appstreamcli command is missing, please install it if...

Hello I am trying to run the ci version of the appimagetool for arm32v7 and arm32v8 on docker, using the official debian:stable and centos images. Specifically I've tried to run,...

I discovered this with krita. In particular, the krita-4.2.9-x86_64.appimage with sha1sum 61933e6b86a348f155824b588ecdddf235133492. grabbing krita's PID with xprop on its main window, then looking the peer address up in `busctl --user...

The following was the start of a discussion regarding the possibility of establishing a common interface for exposing the host's os-release via ~container runtimes: > We find ourselves in a...

Investigate whether we can use ToIP to make sure that AppImages are loaded by users directly from the original, trustful application authors only. ![](https://www.linuxfoundation.org/wp-content/uploads/2020/05/toip-project-400.svg) > The Linux Foundation will be...

idea

`appimagetool` mis-recognizes some pngs as i386 binaries. To reproduce, run on a deb-based system: ``` wget "https://raw.githubusercontent.com/AppImage/pkg2appimage/master/pkg2appimage" bash -ex pkg2appimage Bitwig-Studio (...) /home/me/Bitwig-Studio/Bitwig-Studio.AppDir/usr/lib/x86_64-linux-gnu/libavdevice.so.53.2.0 used for determining architecture x86_64 /home/me/Bitwig-Studio/Bitwig-Studio.AppDir/usr/lib/x86_64-linux-gnu/libavcodec.so.54.35.0 used...

@Anti-Ultimate wrote in https://github.com/flatpak/flatpak/issues/408#issuecomment-262438079 > AppImageKit draws in useless libraries from apt the binary doesn't even need, just because Library Y is in Package X which contains 10 other libraries...

The runtime should warn when executing an AppImage on the command line if the AppImage does not contain update information. With articles like this, > AppImage lacks a robust automatic...