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

See discussion at prusa3d/PrusaSlicer#1431 for background. In the past AppImage applications would ask whether they should insert themselves into the appropriate desktop files. This behaviour is apparently now deprecated, or...

Gnome Software is supposed to be modular and supposedly supports plugins for other software distribution mechanisms such as AppImage. Is there any documentation on how to write a plugin, preferably...

enhancement
idea
help-wanted

A long-term complaint about AppImage has been that our tools don't run on non-glibc systems, need to be built in Docker containers with ancient build host systems, and can break...

I think we need add support for mipsel arch. Standard compiler may be installed using **apt-get install gcc-mipsel-linux-gnu**

It works but only when I remove metadata xml file. Otherwise it fails as below: Found appimagetool: /tmp/.mount_linuxdCqqmwp/usr/bin/appimagetool Running command: /tmp/.mount_linuxdCqqmwp/usr/bin/appimagetool "AppDir" "-g" ``` appimagetool, continuous build (commit fef038a), build...

The submodule is replaced with CMake FetchContent commands, which fetch the source at configure time (We need to include scripts.cmake from libappimage. ExternalProject_Add only downloads at build time). Also update...

This issue is imported from https://github.com/nuspell/misc-nuspell/issues/3 ``` INFO:appimagetool:Trying to validate AppStream information with the appstreamcli tool INFO:appimagetool:In case of issues, please refer to https://github.com/ximion/appstream WARNING:appimagetool:appimagetool, continuous build (commit df8b13c), build...

bug

We use [appimage-builder ](https://github.com/AppImageCrafters/appimage-builder) in docker to build AppImages and build them like this: **[Install appimagetool](https://appimage-builder.readthedocs.io/en/latest/intro/install.html#install-appimagetool)**. However our [qgroundcontrol](https://github.com/mavlink/qgroundcontrol/) become to crash on Wi-Fi connection after 31 of Dec for...

This PR adds code to check the return code of the mksquashfs process. appimagekit will now die if mksquashfs failed.