From 062af7cb948f88f73b177b09d9a3da2f84a7cd64 Mon Sep 17 00:00:00 2001 From: chrox Date: Tue, 12 Mar 2013 22:14:17 +0800 Subject: [PATCH] dismiss chrome bar before launching the reader --- kpdf.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kpdf.sh b/kpdf.sh index 6dbea2786..e4ecfc075 100755 --- a/kpdf.sh +++ b/kpdf.sh @@ -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 +