View Single Post
Old 07-29-2022, 03:43 PM   #30
413Michele
Enthusiast
413Michele began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Jan 2021
Location: Italy
Device: Kobo Libra 2, Kindle Paperwhite (1st gen)
Quote:
Originally Posted by JSWolf View Post
Here is my kobopatch.yaml file. You can have a look and see if there's anything you may be doing incorrectly.
As far as I can tell, it's similar to mine, except for the increased complexity. This is my one:

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.33.19759
in: src/kobo-update-4.33.19759.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
  src/libadobe.so.yaml:
  src/libnickel.so.1.0.0.yaml:
    Un-Force user text-align in div,p tags in KePubs: yes
    Un-Force user font-family in KePubs: yes
  src/librmsdk.so.1.0.0.yaml:
## 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
And the thing is, both the terminal output and the log file seem to say that the process went well, and the patches were applied. Only, after copying the file and rebooting, nothing changes.

Quote:
If after you've seen it, I can send you my KoboRoot.tgz file. It's for the Libra 2.
Yeah that would be helpful, thank you. This way I can confirm whether I've made a mistake or this is a bug
413Michele is offline   Reply With Quote