if someone try to use koreader without kobo launch screen (select the koreader at the bootselection screen) and prevously installed koreader with launcher, it will be freezed.
To fix it change the 90_koreader.sh script in this way:
...
echo "Launching koreader"
# we don't need fmon anymore
killall fmon
/mnt/onboard/.kobo/koreader/koreader_kobo.sh
...
|