fix kobo frozen when exiting koreader

This should fix #509.
pull/526/head
chrox 10 years ago
parent 560444c168
commit fb6a739247

@ -14,12 +14,12 @@ export STARDICT_DATA_DIR="data/dict"
killall -STOP nickel killall -STOP nickel
# store the content of the framebuffer # store the content of the framebuffer
dd if=/dev/fb0 of=.last_screen_content #dd if=/dev/fb0 of=.last_screen_content
# finally call reader # finally call reader
./reader.lua /mnt/onboard 2> crash.log ./reader.lua /mnt/onboard 2> crash.log
# continue with nickel # continue with nickel
cat .last_screen_content | /usr/local/Kobo/pickel showpic #cat .last_screen_content | /usr/local/Kobo/pickel showpic
rm .last_screen_content #rm .last_screen_content
killall -CONT nickel killall -CONT nickel

Loading…
Cancel
Save