From 635b5c64f3107d4c01ae314fb75e02c571b51c54 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 21 Mar 2011 10:51:51 +0100 Subject: transformed c syntax comments to c++ convention... --- src/testApp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testApp.sh') diff --git a/src/testApp.sh b/src/testApp.sh index 890122d..61f7c2d 100755 --- a/src/testApp.sh +++ b/src/testApp.sh @@ -11,7 +11,7 @@ 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.2/bin/qvfb -width 800 -height 600 -qwsdisplay :$display_id & +/usr/local/Trolltech/Qt-4.7.1/bin/qvfb -width 1024 -height 768 -qwsdisplay :$display_id & sleep 0.1 # Start fbgui. $working_path/fbgui -display QVFb:$display_id $@ -- cgit v1.2.3-55-g7522