Bug found, the comment in the startup script messed it up. With this it works:
Code:
#!/bin/sh
EXTENSION=/mnt/us/extensions/gargoyle
cd ${EXTENSION}
lipc-set-prop -s com.lab126.keyboard open net.fabiszewski.gargoyle:abc:0
SAVED_GAMES=${EXTENSION}/saved_games/ \
GAMES=${EXTENSION}/games/ \
LD_LIBRARY_PATH=${EXTENSION}/dist \
PATH=$PATH:${EXTENSION}/dist \
./dist/gargoyle
lipc-set-prop -s com.lab126.keyboard close net.fabiszewski.gargoyle
I will update the binary archives in the next view days, including this little fix and the updated touch features.