Merge pull request #504 from giorgio130/master

Fix bug #448.
This commit is contained in:
Qingping Hou
2014-02-09 16:20:51 -05:00

View File

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