View Single Post
Old 05-23-2017, 05:57 AM   #148
pete330
Connoisseur
pete330 ought to be getting tired of karma fortunes by now.pete330 ought to be getting tired of karma fortunes by now.pete330 ought to be getting tired of karma fortunes by now.pete330 ought to be getting tired of karma fortunes by now.pete330 ought to be getting tired of karma fortunes by now.pete330 ought to be getting tired of karma fortunes by now.pete330 ought to be getting tired of karma fortunes by now.pete330 ought to be getting tired of karma fortunes by now.pete330 ought to be getting tired of karma fortunes by now.pete330 ought to be getting tired of karma fortunes by now.pete330 ought to be getting tired of karma fortunes by now.
 
Posts: 70
Karma: 200233
Join Date: Aug 2013
Device: Kindle Paperwhite
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.
pete330 is offline   Reply With Quote