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

Hi Few users of Tutanota are having difficulties with running the app because their `TMPDIR` is `noexec`. Running with `TMPDIR=XDG_RUNTIME_DIR` helps but we have no way of configuring that. https://github.com/tutao/tutanota/issues/1618...

https://debconf18.debconf.org/talks/48-segregated-dynamic-linking-keeping-the-peace-between-incompatible-dependencies/ > Using a library without being exposed to any of its dependencies & without requiring recompilation of the binary that pulls it in. > > The goal is to...

When using `--appimage-extract-and-run`, getting ``` Failed to remove directory /tmp/appimage_extracted_0c37ecedd63b11620912b4f9422b098e/usr/share/man/man1: Directory not empty Failed to remove directory /tmp/appimage_extracted_0c37ecedd63b11620912b4f9422b098e/usr/share/man: Directory not empty Failed to remove directory /tmp/appimage_extracted_0c37ecedd63b11620912b4f9422b098e/usr/share/doc/patchelf: Directory not empty Failed...

Using Ubuntu 16.04 running in the WSL (on Windows 10 Fall Creators Update), passing `--appimage-extract` on a type-2 AppImage generated using [linuxdeployqt](https://github.com/probonopd/linuxdeployqt) extracts all files *except* the AppRun file. The...

bug
high-priority

@knarfS reports: > When building AppImageKit the `install-build-deps.sh` only checks for Ubuntu 14.04 to install a newer version of `cmake`, but shouldn't check it also for 16.04, because 14.04 LTS...

CentOS 8.0-1905: Glibc 2.28 CentOS Stream: tbd (Rolling) Are LiveGNOME, LiveKDE ISOs available?

There's been quite a bit of fuss about snaps in the last few days, with Canonical attempting to push them as the new universal Linux packaging format. So what does...

idea
help-wanted

I'm frequently using /proc/self/cwd as the working directory because I don't like to start an application from a given directory, then having to navigate to the very same directory each...