Laurenz

Results 64 issues of Laurenz

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 PR adds code to check the return code of the mksquashfs process. appimagekit will now die if mksquashfs failed.

I cloned the repo and ran `ARCH=x86_64 ci/build.sh`. It fails with ``` + /tmp/appimage-test-0oPFX/appimagetool-x86_64.AppImage --version appimagetool, continuous build (commit 672b3d0), build built on 2022-04-02 11:42:47 UTC + /tmp/appimage-test-0oPFX/appimagetool-x86_64.AppImage --appimage-version Option...

**Describe the bug** Udacimak can't authenticate with Udacity. I tried email/password and `_jwt` token, same problem. **To Reproduce** Steps to reproduce the behavior: `udacimak login` or `udacimak settoken` **Udacimak Log**...

I want to override the `USB_PRODUCT` and `USB_MANUFACTURER` strings on my Sparkfun Pro Micro. According to the docs (http://docs.platformio.org/en/latest/boards/atmelavr/sparkfun_promicro16.html#configuration), I can > override default SparkFun Pro Micro 5V/16MHz settings per...

``` $ sudo ./gtop terminate called after throwing an instance of 'std::out_of_range' what(): vector::_M_range_check: __n (which is 1) >= this->size() (which is 1) Aborted (core dumped) ``` I built the...

Closes https://github.com/AppImage/AppImageKit/issues/1151

When an appimage is run with `--appimage-extract-and-run`, the path is calculated as `$TMPDIR/appimage_extracted_$MD5DIGEST`. This usually works, but it seems there are problems when the same appimage is run in parallel....

squashfs-tools 4.4 does not build with recent gcc. This is fixed in >=4.5. (See e.g. https://github.com/AppImage/AppImageKit/issues/1185) 4.5.1 (https://github.com/plougher/squashfs-tools/releases/tag/4.5.1) is the most recent release at time of writing. All changes from...

Actions using the `amd64` and `i686` arch will not actually use Qemu to run things. But it makes user's lifes easier by removing the need for special-casing _no_ emulation builds....