summaryrefslogtreecommitdiffstats
path: root/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2012-05-08 18:33:51 +0200
committerJonathan Bauer2012-05-08 18:33:51 +0200
commitcac39bd88a396b885f59bc23506ba1a8b2bfca5e (patch)
tree7524575a1066f528223a9ed8988031dc11c2ce9c /testApp.sh
parentfoo (diff)
downloadfbgui-cac39bd88a396b885f59bc23506ba1a8b2bfca5e.tar.gz
fbgui-cac39bd88a396b885f59bc23506ba1a8b2bfca5e.tar.xz
fbgui-cac39bd88a396b885f59bc23506ba1a8b2bfca5e.zip
pbs2 clear cookies extension (tofix: multiple loaded URLs messages)
Diffstat (limited to 'testApp.sh')
-rwxr-xr-xtestApp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testApp.sh b/testApp.sh
index ad505d8..b35c18e 100755
--- a/testApp.sh
+++ b/testApp.sh
@@ -42,7 +42,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_VERSION/bin/qvfb -width 1024 -height 768 -qwsdisplay :$display_id &
+/usr/local/Trolltech/$QT_VERSION/bin/qvfb -width 1156 -height 800 -qwsdisplay :$display_id &
# quick sleep to wait for qvfb loading
sleep 0.2
# Start fbgui connecting to QVFb with display_id from above.