Christian

Results 24 issues of Christian

[action.yml](https://github.com/AppImageCrafters/build-appimage/blob/57c3bc6963f870ce3be103117de5b5e33ffbaeb6/action.yml#L14) declares `--skip-test` as default. [appimagebuilder](https://github.com/AppImageCrafters/appimage-builder/blob/42d32f11496de43a9f6a9ada7882a11296e357ca/appimagebuilder/cli/argparse.py#L66C21-L66C26) expects `--skip-tests`. It seems that `appimagebuilder` is clever and tolerates this (treating the argument as prefix),

### Problem The GitHub Action is limited to a single input argument. ### Cause Currently, [action.yml](https://github.com/AppImageCrafters/build-appimage/blob/57c3bc6963f870ce3be103117de5b5e33ffbaeb6/action.yml#L18C1-L21C27) looks like this: ```yaml args: - appimage-builder - '--recipe=${{ inputs.recipe }}' - '${{ inputs.args...

I'm evaluating if and how to migrate from a local samba installation to samba-container. It seems that most of my requirements are satisfied. I'm working with local users and groups,...

This is a feature request to extend `mosquitto_pub --std-line` so that it allows a separate topic per message. #### Use case `mosquitto_pub` can be used as bridge between a program...

### Current Behavior When a Wiimote with a Classic Controller extension is connected and one of the buttons A, B, Y, ZL is pressed, the button is reported as X....

bug

### Current Behavior When a Wiimote incl. MotionPlus (model RVL-036) with any extension (e.g. Nunchuk, Classic Controller, Classic Controller Pro) is connected, the extension shown in the settings dialog switches...

bug

### Current Behavior When a [Classic Controller Pro](https://en.wikipedia.org/wiki/Classic_Controller#Classic_Controller_Pro) is used as extension on a Wiimote, it is not detected ("Connected extension: None"). Additional Info: - An original [Classic Controller](https://en.wikipedia.org/wiki/Classic_Controller) is...

bug

In recent Debian-based distros (e.g. Debian Trixie, Ubuntu Noble), python3 is linked against `lib64/ld-linux-x86-64.so.2`. Running an AppImage for such an application packaged with appimage-builder fails, because `runtime/compat/lib64` is missing. Workaround:...

This PR fixes printing the wrong libc version (always _none_).

Some AppImages based on Debian Trixie and Ubuntu Noble cause a segmentation fault. Both distros use glibc 2.39. When building an AppImage for Trixie, one of the following messages is...