probonopd

Results 1135 issues of probonopd

Key Categories is not in .desktop file exactly once. Please see https://github.com/AppImage/appimage.github.io/issues/2. Reference: https://github.com/AppImage/appimage.github.io/pull/832

### Bug Summary Cannot use external midi controllers under FreeBSD even though the messages do show up on `/dev/umidi0.0`. Trying to follow https://www.youtube.com/watch?v=YVXp4JdFaGU but it seems not to work like...

bug

Is it possible to use my own Marlin.hex (the exact firmware I am using on my real hardware, too)? Or does it need to be modified/patched in some way in...

Hi, great project, I'd like to compile the dev-mega2560 branch but I'm running into this issue: ``` src/reprap.c:53:28: fatal error: marlin/boards.h: No such file or directory #include "marlin/boards.h" ^ compilation...

How to use this Kernel in OpenWrt? Is it possible to make the OpenWrt Image Builder use the miZy kernel and miZy uboot?

There appears to be an incompatibility between https://github.com/electronicsguy/HTTPSRedirect.git#0415a49 and https://github.com/earlephilhower/ESP8266Audio.git#12131e9. As soon as I put `rtttl = new AudioGeneratorRTTTL();` into my sketch _anywhere_ (even _after_ `client->connect(host, 443);)`, making the connection...

In an effort to solve https://github.com/probonopd/go-appimage/issues/49, I was trying to use `libapprun_hooks.so` with an existing AppImage. To reproduce: 1. Download https://timepirate.org/downloads/Commandoo.tar.gz and get the AppImage contained therein 2. Run the...

bug

Automatically set and use `$VERSION`. * If the main application comes from Conda, use that version * If the main application comes from PyPI (pip), use that version * If...

``` #! /bin/bash sudo apt -y install git export VERSION=$(wget -q "https://api.github.com/repos/trufont/trufont/commits?sha=master" -O - | grep sha | head -n 1 | cut -d '"' -f 4 | head -c...

Using [this script](https://github.com/linuxdeploy/linuxdeploy-plugin-conda/issues/11#issuecomment-450842936), and then deleting the original `AppDir`, I get when I try to run the AppImage: ``` me@host:~$ ./squashfs-root/AppRun # Without existing WINEPREFIX overlay bash: ./squashfs-root/AppRun: /home/me/AppDir/usr/conda/bin/python: bad...