Quote:
Originally Posted by kusanagi
Did everything go successfully? Could you share a step-by-step guide and your feedback on how the e-reader works after this procedure?
|
Look at the .adds/nm directory on your Kobo. You will likely see 4 documents with no extension called doc, koreader, plato and kfmon. If you have done your own customization to NickelMenu, you will see a fifth file whatever you have named it which holds those customization. I deleted the kfmon file and in the koreader and plato files, I edited them.
plato original file:
Code:
# Launch Plato via KFMon
# NOTE: .adds/nm/kfmon will generate this automatically
#menu_item : main : Plato : kfmon : plato.png
# Launch Plato directly via NM
#menu_item : main : Plato : cmd_spawn : quiet : exec /mnt/onboard/.adds/plato/plato.sh
plato edited file:
Code:
# Launch Plato directly via NM
menu_item : main : Plato : cmd_spawn : quiet : exec /mnt/onboard/.adds/plato/plato.sh
menu_item : library : Plato : cmd_spawn : quiet : exec /mnt/onboard/.adds/plato/plato.sh
koreader original file:
Code:
# Launch KOReader via KFMon
# NOTE: .adds/nm/kfmon will generate this automatically
#menu_item : main : KOReader : kfmon : koreader.png
# Launch KOReader directly via NM (>= KOReader 2020.05)
#menu_item : library : KOReader : cmd_spawn : quiet : exec /mnt/onboard/.adds/koreader/koreader.sh
koreader modified file:
Code:
# Launch KOReader directly via NM (>= KOReader 2020.05)
menu_item : main : KOReader : cmd_spawn : quiet : exec /mnt/onboard/.adds/koreader/koreader.sh
menu_item : library : KOReader : cmd_spawn : quiet : exec /mnt/onboard/.adds/koreader/koreader.sh
main is for NickelMenu launcher items visible from the Home screen, library is for NickelMenu launcher items visible from the Books screen
I went to the
Kute File Monitor: A smarter file-trigger based launcher thread and downloaded the latest KFMON uninstaller zip file. I then extracted the KoboRoot.tgz file. copied it to the .kobo directory on my Kobo and safely ejected.
So basically, I still launch KOReader and Plato from NickelMenu but now they are directly launched from their .sh files and I can launch them from either the Home or Books screens.