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

There is a reference in the documentation to a tool called 'validate' but not links are provided provably it's because there are no binaries. This tool seems to be important...

bug

It would be nice if we could make it super easy for developers to produce AppImages. For this, integration into IDEs like Qt Creator and build tools like electron-builder might...

It seems wasteful in both time and memory to mount readonly squashfs's over and over again, in the case when the same appimage is called from separate processes. What would...

I created a VeraCrypt AppImage using `appimagetool-x86_64.AppImage` following a [guide](https://github.com/veracrypt/VeraCrypt/issues/501#issuecomment-554319569) found on VeraCrypt's GitHub repo. Everything works as expected but I run into an [issue](https://github.com/veracrypt/VeraCrypt/issues/501#issuecomment-802796035) whey trying to mount encrypted...

Steps to reproduce: * Download and `chmod +x` the `continuous` release as of Feb 10, 2021 * `./appimagetool*.AppImage --version` Output ``` appimagetool, continuous build (commit 8bbf694), build built on 2020-12-31...

https://github.com/jart/cosmopolitan For an introduction to this project, please read the αcτµαlly pδrταblε εxεcµταblε blog post and cosmopolitan libc website. API documentation is available here.

idea

By testing the command on an AppImage with runtime version 8bbf694 I noticed that if `` matches a symlink, the extracted file is a broken symlink pointing to content that...

I've an AppImage software which uses GTK+ for UI rendering. It bundles `libatk-1.0.so.0` as well as many other libraries. On my Ubuntu 20.04 it runs fine without any issues but...

Hi, I have installed few appimages and I don't know what cause that: ``` ~$ df -h df: /tmp/.mount_appimalRPr2t: Drugi koniec nie jest połączony df: /tmp/.mount_appimatXBEFC: Drugi koniec nie jest...

In the apprun, when an appimage is called normally, execv is called in the parent branch of the fork, so the final process will get signals passed through to it....