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
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!