summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorNiklas Goby2011-03-23 12:18:01 +0100
committerNiklas Goby2011-03-23 12:18:01 +0100
commit06de7af9a08a7182e4ea253370d7ec377f0e5a18 (patch)
treed84b35a776166ea7df1715baeb26ba472955f1a3 /src/testApp.sh
parentsome tries with the qrc and jquery delivery (diff)
parenttrigger file path definable (diff)
downloadfbgui-06de7af9a08a7182e4ea253370d7ec377f0e5a18.tar.gz
fbgui-06de7af9a08a7182e4ea253370d7ec377f0e5a18.tar.xz
fbgui-06de7af9a08a7182e4ea253370d7ec377f0e5a18.zip
Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui
Diffstat (limited to 'src/testApp.sh')
-rwxr-xr-xsrc/testApp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testApp.sh b/src/testApp.sh
index 61f7c2d..6a40772 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -11,8 +11,8 @@ script_path="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"
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.1/bin/qvfb -width 1024 -height 768 -qwsdisplay :$display_id &
-sleep 0.1
+/usr/local/Trolltech/Qt-4.7.2/bin/qvfb -width 1024 -height 768 -qwsdisplay :$display_id &
+sleep 0.5
# Start fbgui.
$working_path/fbgui -display QVFb:$display_id $@
# Check if fbbrowser is not running, if so kill the qvfb.