2
0
mirror of https://github.com/koreader/koreader synced 2024-11-11 19:11:14 +00:00

And comment that, because I'm likely to forget.

This commit is contained in:
NiLuJe 2015-04-27 02:38:45 +02:00
parent 3c6000fc26
commit da891ca335

View File

@ -53,6 +53,7 @@ if [ ! -e "/usr/local/Kobo/platforms/libkobo.so" ] ; then
export QWS_DISPLAY="Transformed:imx508:Rot90" export QWS_DISPLAY="Transformed:imx508:Rot90"
export QWS_MOUSE_PROTO="tslib_nocal:/dev/input/event1" export QWS_MOUSE_PROTO="tslib_nocal:/dev/input/event1"
fi fi
# NOTE: Send the output to the void, to avoid spamming the shell with the output of the string of killall commands they periodically send
/usr/local/Kobo/hindenburg > /dev/null 2>&1 & /usr/local/Kobo/hindenburg > /dev/null 2>&1 &
/usr/local/Kobo/nickel -qws -skipFontLoad > /dev/null 2>&1 & /usr/local/Kobo/nickel -qws -skipFontLoad > /dev/null 2>&1 &
else else