summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-07 17:44:05 +0100
committerJonathan Bauer2011-03-07 17:44:05 +0100
commit84bd2b0925c8825b819b7b062d9f2a351f2e96b5 (patch)
treeeab941aa6ef3e52d4a2788a2c5f8b418fb4f5f26 /src/testApp.sh
parentwebkitTest.html local loading of jQuery stuff (diff)
downloadfbgui-84bd2b0925c8825b819b7b062d9f2a351f2e96b5.tar.gz
fbgui-84bd2b0925c8825b819b7b062d9f2a351f2e96b5.tar.xz
fbgui-84bd2b0925c8825b819b7b062d9f2a351f2e96b5.zip
Reworked code structure
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 18010e0..a529d7e 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -16,7 +16,7 @@ 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.1/bin/qvfb -width 800 -height 600 -qwsdisplay :$display_id &
# Wait for it to load (needed?) Probably not ;o
-sleep 1
+sleep 0.1
# Start fbgui.
$working_path/fbgui -display QVFb:$display_id -u $url
# Check if fbbrowser is not running, if so kill the qvfb.