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...
The information here for Arch is, > If you are seeing "fusermount: mount failed: Operation not permitted" > > sudo chmod u+s `which fusermount` But this isn't the basic information...
So I was trying to build an appimage for aarm64 (using Debian on a VM inside Mac M1) and this happened: ``` debian@debian:~/dockie$ ARCH=aarch64 ./appimagetool-aarch64.AppImage -v AppDir appimagetool, continuous build...
I get a warning when building if AppStream metadata is named `%{id}.metainfo.xml` instead of `%{id}.appdata.xml`. ``` [appimage/stderr] WARNING: AppStream upstream metadata is missing, please consider creating it [appimage/stderr] in usr/share/metainfo/org.naev.naev.appdata.xml...
picture uploader I hope one day you get rid of this abomination called Cmake. Wouldn't it be nice if I could make a patch for this, but I literally can't...
I wanted to fix this issue myself, seemed easy enough. Probably in `runtime.c` where this line is: ```c chmod(prefixed_path_to_extract, st.st_mode); ``` Don't just apply permissions but also timestamps. However, since...
https://github.com/AppImage/AppImageKit/issues/929#issuecomment-926001098
I am trying to make the [AppImage binary for Electrum](https://github.com/spesmilo/electrum/tree/03ab64e39f210f16ac8419974c67eea03a19da6c/contrib/build-linux/appimage) reproducible/deterministic. Looking at e.g. https://github.com/AppImage/AppImageKit/issues/625, I take it this should be possible. I am using [appimagetool release 11](https://github.com/spesmilo/electrum/blob/03ab64e39f210f16ac8419974c67eea03a19da6c/contrib/build-linux/appimage/build.sh#L32). I think...
**This issue should serve as a place to discuss all this mess that supporting the Freedesktop.org "standard" for AppStream metadata is for application developers as well as AppImage maintainers, and...
If the squashfs filesystem starts at a multiple of 512bytes offset it is possible to replace the runtime (using fdisk) or possibly inject it (using dd) with a dos partition...
Added a short description how I added AppImageKit in one of my projects.