View Single Post
Old 02-20-2016, 07:07 AM   #429
TazX
Junior Member
TazX began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Feb 2016
Device: Kobo Aura
Would love to try...

Heya,

Okay, so I've found out what to do. The Launcher is now all bundled up on the pbchess website and all packaged together.

Adding more programs has changes as well though, and whilst I found where they are now (the vlasovsoft folder) I'm having trouble understanding how to do it, especially how to add the blank nickel file to get back to the Kobo Main page without a restart.

Quote:
Originally Posted by sergeyvl12 View Post
Yes. Just create the empty "nickel" file in the .kobo/vlasovsoft.

This piece of code in the launcher.sh starts nickel instead of reboot if this file exists:

if [ -f $ROOT/nickel ]; then
. $ROOT/run_nickel.sh
else
/sbin/reboot
fi
Do you mean an empty folder? The original file called 'launcher.sh' is mostly blank, so I'm thinking I should make a file called nickel? I'm totally confused. Do you have a screen shot perhaps of your file structure (and then list what is in the files). Sorry to be a pain, but I'm totally confused how to set this up, and delving around in other files / folders has not helped much. Cheers!

Last edited by TazX; 02-20-2016 at 07:52 AM.
TazX is offline   Reply With Quote