From 59f5fad1a13465ae189cdb8882a0c4b9b51bcb75 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 25 Mar 2011 21:12:57 +0100 Subject: today's fixes, POST mostly --- 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 9cf6e0a..0ae691e 100755 --- a/src/testApp.sh +++ b/src/testApp.sh @@ -19,7 +19,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 display_id -/usr/local/Trolltech/Qt-4.7.2/bin/qvfb -width 800 -height 600 -qwsdisplay :$display_id & +/usr/local/Trolltech/Qt-4.7.2/bin/qvfb -width 1024 -height 768 -qwsdisplay :$display_id & sleep 0.2 # Start fbgui connecting to QVFb with display_id from above. $working_path/fbgui -display QVFb:$display_id $@ -- cgit v1.2.3-55-g7522