I recently upgraded to the latest firmware and need a little help with editing the patch. The extent of my knowledge/experience is "enabled: yes/no." I am attempting to change the font size in the dictionary patch (thank you, jackie_w) but am getting the following:
files: src/libnickel.so.1.0.0.yaml
reading entry contents
loading patch file 'src/libnickel.so.1.0.0.yaml' (detected format kobopatch)
| parsing patch file: unmarshaling to map[string]yaml.Node
--> could not parse patch file: yaml: line 1282: did not find expected '-' indicator
I'm not exactly sure what the "expected '-' indicator" is and where it should be placed. With the exception of my un-commenting, the line (1282) below is unedited:
# Un-comment and edit next line to change font-size
- ReplaceString: {Offset: 15, Find: "%1px", Replace: "32px", MustMatchLength: yes}
Any assistance would be greatly appreciated. Thank you.
files: src/libnickel.so.1.0.0.yaml
reading entry contents
loading patch file 'src/libnickel.so.1.0.0.yaml' (detected format kobopatch)
| parsing patch file: unmarshaling to map[string]yaml.Node
--> could not parse patch file: yaml: line 1282: did not find expected '-' indicator
I'm not exactly sure what the "expected '-' indicator" is and where it should be placed. With the exception of my un-commenting, the line (1282) below is unedited:
# Un-comment and edit next line to change font-size
- ReplaceString: {Offset: 15, Find: "%1px", Replace: "32px", MustMatchLength: yes}
Any assistance would be greatly appreciated. Thank you.