dismiss chrome bar before launching the reader

pull/2/merge
chrox 11 years ago
parent 7a4248faef
commit 062af7cb94

@ -20,6 +20,9 @@ if test "$1" == "--framework_stop"; then
/etc/init.d/framework stop
fi
# dismiss chrome bar
lipc-set-prop com.lab126.pillow disableEnablePillow disable
# stop cvm
#killall -stop cvm
@ -33,3 +36,7 @@ fi
# always try to continue cvm
killall -cont cvm || /etc/init.d/framework start
# display chrome bar
lipc-set-prop com.lab126.pillow disableEnablePillow enable

Loading…
Cancel
Save