kobo-mods

kobo-dotfile-hack

Since FW 4.17.13651, Kobo will import from dotfiles/folders. This is a LD_PRELOAD hack to fix that.

Advantages

Disadvantages

Building

You can build kobo-dotfile-hack with NickelTC inside Docker using:

docker run --volume="$PWD:$PWD" --user="$(id --user):$(id --group)" --workdir="$PWD" --env=HOME --entrypoint=make --rm -it ghcr.io/pgaskin/nickeltc:1.0

Or, on the host using:

make CROSS_COMPILE=/path/to/nickeltc/bin/arm-nickel-linux-gnueabihf-

Testing

To test this on any Linux machine, run make -f Makefile.native test.