Well, go for the lesser evil.

For some unknowable reason, restarting nickel on exit deadlocks on my
H2O, so, do a full reboot instead, at least *that* works.
I'm probably one of the only people running KO manually anyway...
pull/1504/head
NiLuJe 9 years ago
parent c2bd85bba4
commit 6c1681b595

@ -71,8 +71,13 @@ fi
./reader.lua "${args}" 2> crash.log
if [ "${from_nickel}" == "true" ] ; then
# start kobo software because was running before koreader
./nickel.sh &
# start kobo software because it was running before koreader
#./nickel.sh &
# FIXME: This appears to be horribly broken: nickel restarts, but deadlocks instantly (requiring a paperclip to reset...).
# So, eff it, and just reboot instead, that barely takes more time anyway.
# NOTE: H2O, 3.13.1
reboot
else
# if we were called from advboot then we must reboot to go to the menu
if ! pkill -0 ksmhome.sh ; then

@ -29,7 +29,8 @@ export LANG="en_US.UTF-8"
# cover all firmware versions from 2.6.1 to 3.4.1 (tested on a kobo
# mini with 3.4.1 firmware)
( /usr/local/Kobo/pickel disable.rtc.alarm
(
/usr/local/Kobo/pickel disable.rtc.alarm
if [ ! -e "/etc/wpa_supplicant/wpa_supplicant.conf" ] ; then
cp "/etc/wpa_supplicant/wpa_supplicant.conf.template" "/etc/wpa_supplicant/wpa_supplicant.conf"
fi

Loading…
Cancel
Save