Quote:
Originally Posted by tshering
In run_nickel.sh there is
Code:
if [ -f /usr/local/Kobo/sickel ];
then
/usr/local/Kobo/sickel -platform kobo:noscreen $@
fi
sickel was introduced later than 3.15.0. If you downgraded to 3.15.0 without doing a factory reset, /usr/local/Kobo/sickel is still at your device, and will therefore be executed (which very likely causes a problem). So you can try to delete the file sickel or to modify the code to the effect that sickel is only called if the firmware is higher than 3.15.0.
|
Thanks, tshering

You are right, I had the sickel binary on the /usr/local/Kobo folder. However, after deleting it pbchess keeps behaving strangely

It does not remember the light level I used the last time I opened it, and it keeps crashing once I hit the return button, even when deleting the lines that call the run_nickel.sh script. After doing that, pbchess should run the "reboot" command, but it also doesn't work. However, the reboot command works if I type it into the Konsole, so it should work.
I downgraded to pbchess 2015 and it works fine. It lacks some new apps, like the Konsole, so if any of you knows any other terminal emulator for the Kobo, please, let me know. I will try to find a solution for this later today.