Quote:
Originally Posted by DNSB
I think what @JSWolf meant to say is that you can't use KoboPatchFan. Running KoboPatch.bat/.sh from a CLI works well for me.
|
Here's what I did: I downloaded kobopatch_4.38.23171.zip, extracted it to my desktop. I downloaded kobo-update-4.38.23171.zip and put it into src. I edited nickel.yaml to eliminate margins.
For example:
Reduce top/bottom page spacer:
- Enabled: yes
......
# LibraH2O/Libra2: 50px --> 25px
- Find: "MediumVertSpacer[qApp_deviceIsStorm=true] {\n min-height: 50px;\n max-height: 50px;\n}"
Replace: "MediumVertSpacer[qApp_deviceIsStorm=true] {\n min-height: 5px;\n max-height: 5px;\n}"
Also changed this:
Reduce new header/footer height:
- Enabled: yes
........
# LibraH2O/Libra2 (Storm)
- Find: "ReadingFooter[qApp_deviceIsStorm=true] {\n min-height: 118px;\n max-height: 118px;\n}"
Replace: "ReadingFooter[qApp_deviceIsStorm=true] {\n min-height: 5px;\n max-height: 5px;\n}"
Then I ran kobopatch.bat, went into the "out" folder, copied over KoboRoot.tgz to .kobo, and let it update, which it did fine. The header and footer didn't change. I also went into kobopatch.yaml and tried fixing overrides. Eventually I deleted the entire override section and replaced it with this:
overrides:
src/libnickel.so.1.0.0.yaml:
My 24 line spacing values: yes
Force user line spacing in ePubs (part 1 of 2): yes
Remove title from reading header/footer: yes
Unify font sizes: yes
src/librmsdk.so.1.0.0.yaml:
Disable orphans/widows avoidance: yes
Force user line spacing in ePubs (Part 2 of 2): yes
src/nickel.yaml:
Reduce top/bottom page spacer: yes
Reduce new header/footer height: yes
Still no luck.