View Single Post
Old 12-15-2018, 02:29 PM   #30
Martina Schein
eBook-Reader-Fan
Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.
 
Martina Schein's Avatar
 
Posts: 175
Karma: 444178
Join Date: Sep 2012
Location: Saarbruecken / DE
Device: Kobo Aura H2O 2nd Edition
@geek1011, thank you very much for all your efforts with the patches.
Thanks also to @GeoffR and all the others who are always busy helping out.

This time I have a little problem with this version. If I activate the patch »»» Remove footer (row3) and increase cover size on new home screen «««, the bat file does not create the archive (KoboRoot.tgz). I have tested it on my Kobo Aura H2O 2nd Edition.

Below my kobopatch.yaml (In the original, the individual patches are each four spaces away from the left margin.):

Spoiler:
## Works with kobopatch v0.12.0 and later.
## You can update kobopatch by downloading the latest release from https://github.com/geek1011/kobopatch/releases.
version: 4.12.12111
in: src/kobo-update-4.12.12111.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

## You can put lines in the following section to override the enabled state of patches.
## The indentation matters! Each override should be indented by 4 spaces. Add to the
## section below. This section can be copy and pasted into newer patch versions to
## keep your selections.
##
## Example of how it should look:
## overrides:
## src/nickel.yaml:
## Custom synopsis/details line spacing: yes
## Whatever the yaml is called: no
## src/libadobe.so.yaml:
## You get the idea: yes
overrides:
src/nickel.yaml:
Show all games: yes
Remove recommendations (row1col2) from home screen: yes
Change pop-up footnote font-family: yes
Disable reading footer: yes
Custom synopsis/details line spacing: yes
Custom synopsis/font size: yes
New home screen increasing cover size: yes
Fix reading stats/author name cut off when series is showing: yes
Custom menubar - reduce height by 50%: yes
Dictionary pop-up - increase available text area: yes
Changing the info panel in full size screensaver- beta 1: yes
Increase the cover size in library: yes
Increase the view details container size: yes
Increase size of kepub chapter progress chart: yes
Custom font to collection and author titles: yes
Increase headlines font: yes
New home screen subtitle custom font: yes
Remove footer (row3) and increase cover size on new home screen: no
src/libadobe.so.yaml:
src/libnickel.so.1.0.0.yaml:
Rename new home screen footer: yes
Set slide to unlock: no
Enable rotation on all devices: no
Both page turn buttons go next: no
Both page turn sides go next: no
Rename settings: no
Replace adobe page numbers toggle with invert screen: yes
Always show confirmation dialog before upgrading: no
Set reading footer height: no
My 24 line spacing values: yes
Custom left & right margins: yes
Custom font sizes: yes
Freedom to advanced fonts control: yes
ePub fixed top/bottom margins: yes
Custom kepub default margins: yes
Custom footer (page number text): yes
Custom Sleep/Power-off timeouts: yes
Set KePub hyphenation: yes
Fix three KePub fullScreenReading bugs: yes
Force user line spacing in KePubs: yes
Force user line spacing in ePubs (part 1 of 2): yes
Force user font-family in ePubs (Part 1 of 2): yes
ePub constant font sharpness: yes
KePub constant font sharpness: yes
Always display chapter name on navigation menu: yes
KePub stylesheet additions: yes
Allow searches on Extra dictionaries: yes
Clock display duration: yes
Dictionary text font-family/font-size/line-height - beta: yes
Wikipedia Search language: yes
src/librmsdk.so.1.0.0.yaml:
Disable orphans/widows avoidance: yes
Default ePub monospace font (Courier): yes
Force user line spacing in ePubs (Part 2 of 2): yes
Force user font-family in ePubs (Part 2 of 2): yes
Ignore ePub book Adobe XPGT stylesheet (page-template.xpgt): yes

## TRANSLATIONS ##
# Optional, use only if lrelease is not in PATH and if translations are needed
# lrelease: /path/to/lrelease

# Uncomment the following to add translations (replace lc with the language code)
# translations:
# src/whatever.ts: usr/local/Kobo/translations/trans_lc.qm

## ADDITIONAL FILES ##
# Uncomment the following to add additional files to the tgz (like init scripts or hyphen dicts)
# The files will be root-owned, and world readable, writable, and executable (0777)
# files:
# src/whatever.txt: usr/local/Kobo/whatever.txt
# src/whateverToPutInMultiplePlaces.txt:
# - usr/local/Kobo/location1.txt
# - usr/local/Kobo/location2.txt
Martina Schein is offline   Reply With Quote