Merge pull request #1505 from NiLuJe/master

Very, very minor addendum to #1504
This commit is contained in:
Huang Xin
2015-04-27 08:53:16 +08:00
2 changed files with 2 additions and 1 deletions

2
base

Submodule base updated: bebfc78edc...1b8ec410ab

View File

@@ -53,6 +53,7 @@ if [ ! -e "/usr/local/Kobo/platforms/libkobo.so" ] ; then
export QWS_DISPLAY="Transformed:imx508:Rot90"
export QWS_MOUSE_PROTO="tslib_nocal:/dev/input/event1"
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/nickel -qws -skipFontLoad > /dev/null 2>&1 &
else