Thomas Perl

Results 225 comments of Thomas Perl

Something like that (assuming thread safety is not an issue, otherwise protect it with ` threading.Lock`): ``` # The original init function def real_init(): ... # The original deinit function...

Should be easy to do, the Pocket C.H.I.P is mostly a Debian ARM box, does have 3.5mm audio out, a full-size USB host port and built-in WiFi and Bluetooth. The...

Try building with: make V=1 Also, are your GL ES headers installed and sane? If maemo-leste is more Maemo 5 than MeeGo 1.2 Harmattan, pass `PLATFORM=fremantle` (default is `harmattan`) to...

Did you try linking against the X11 libs? `-lX11 -lXext`

Also, I wonder if we can get a pull request for @krnlyng's RPi2 branch?

Maybe this helps? https://wiki.maemo.org/Apkenv/Game_Compatibility

@HelloOO7 Have you tried with the libs from `harmattan`? https://github.com/thp/apkenv/tree/master/libs/harmattan

Do you have the `$DISPLAY` variable set and/or X11 started or is it just running on the framebuffer device? Not sure how the RPi port is set up, but that...

It seems to be possible with CSS (which ePub apparently uses), not sure if that's something that's adhered to by all screen readers: https://stackoverflow.com/questions/672156/is-there-a-way-to-write-content-that-screen-readers-will-ignore There's also aria-hidden, explained here: https://stackoverflow.com/a/27752899/1047040