summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-22 13:24:03 +0100
committerJonathan Bauer2011-03-22 13:24:03 +0100
commit589d2da3d47514b1d0a9291e8d9b170a240040f5 (patch)
treef78817e28a1596ddd5d939b06141a584beda4b7f /src/testApp.sh
parentupdate to QT 4.7.2 (diff)
downloadfbgui-589d2da3d47514b1d0a9291e8d9b170a240040f5.tar.gz
fbgui-589d2da3d47514b1d0a9291e8d9b170a240040f5.tar.xz
fbgui-589d2da3d47514b1d0a9291e8d9b170a240040f5.zip
pbs test page, POST data (hardcoded atm)
Diffstat (limited to 'src/testApp.sh')
-rwxr-xr-xsrc/testApp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testApp.sh b/src/testApp.sh
index b714e5e..6a40772 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -12,7 +12,7 @@ working_path=`dirname "$script_path"`
display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}')
# Start QT's virtual framebuffer with proper displayID
/usr/local/Trolltech/Qt-4.7.2/bin/qvfb -width 1024 -height 768 -qwsdisplay :$display_id &
-sleep 0.1
+sleep 0.5
# Start fbgui.
$working_path/fbgui -display QVFb:$display_id $@
# Check if fbbrowser is not running, if so kill the qvfb.