View Single Post
Old 01-18-2023, 02:58 PM   #10
Vetchy
Connoisseur
Vetchy began at the beginning.
 
Posts: 52
Karma: 10
Join Date: Dec 2017
Device: Kobo Aura One
Today was update to new version and apply my list of patches and get issue with cyrillic text in header and footer (extra space between letters).
And don't understand this is bug or something was changed in FW and direct replace font dont' fix this.

My kobopatch.yaml
Code:
## Works with kobopatch v0.15.0 and later.
## You can update kobopatch by downloading the latest release from https://github.com/pgaskin/kobopatch/releases. 
version: 4.35.20400
in: src/kobo-update-4.35.20400.zip
out: out/KoboRoot.tgz
log: out/log.txt

patchFormat: kobopatch

patches:
  src/nickel.yaml: usr/local/Kobo/nickel
  src/libadobe.so.yaml: usr/local/Kobo/libadobe.so
  src/libnickel.so.1.0.0.yaml: usr/local/Kobo/libnickel.so.1.0.0
  src/librmsdk.so.1.0.0.yaml: usr/local/Kobo/librmsdk.so.1.0.0

overrides:
  src/nickel.yaml:
    Dictionary pop-up - increase available text area: yes
    Remove footer (row3) and increase cover size on new home screen: yes
    Change TOC level indentation: yes
  src/libadobe.so.yaml:
  src/libnickel.so.1.0.0.yaml:
    Set KePub hyphenation: yes
    Shorten dictionary entry not found message: yes
    Cyrillic Keyboard (GloHD/ClaraHD/AuraOne/H2O2): yes
    Always show confirmation dialog before upgrading: yes
    Remove recommendations (row1col2) from home screen: yes
    Never show Kobo Plus, wishlist, and points SmartLinks: yes
    Allow rotation on all devices: yes
    Don't uppercase header/footer text: yes
    Customize ComfortLight settings: yes
    FeatureSettings - BookSpecificStats: yes
    Unify font sizes: yes
  src/librmsdk.so.1.0.0.yaml:

files:
    src/Avenir.ttf: usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/fonts/Avenir.ttf
    src/Avenir-Bold.ttf: usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/fonts/Avenir-Bold.ttf
    src/Avenir-Italic.ttf: usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/fonts/Avenir-Italic.ttf
    src/Avenir-BoldItalic.ttf: usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/fonts/Avenir-BoldItalic.ttf
Vetchy is offline   Reply With Quote