Hey there, i am tinkering with xovi and wanted to see if i could get netsurf to run.
Sadly I encountered this when trying to run it:
Aug 30 17:56:13 reMarkable xochitl[1332]: ./nsfb: error while loading shared libraries: libevdev.so.2: cannot open shared object file: No such file or directory
I downloaded the nsfb binary from here: https://github.com/alex0809/netsurf-reMarkable/releases
Then placed it into appload/netsurf folder with a manifest file (i copied what koreader had) and a random icon.
{
"name": "Netsurf",
"application": "netsurf",
"environment": {
"LD_PRELOAD": "/home/root/shims/qtfb-shim.so"
},
"qtfb": true
}
Looking around toltec, since this is toltec package originally, i spotted https://github.com/toltec-dev/toltec/blob/9d15d2ddea4c58fc93e38f9ca0aed4d4afc5f9dc/package/evtest/package#L7
Anything I can go from here?