summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-08 12:28:29 +0100
committerJonathan Bauer2011-03-08 12:28:29 +0100
commitc0688eb6df802deb9cb56c2822391a67be5ab7cf (patch)
treecf1ed529ca165f9dfb9377ef30086dd6c05f9b78 /src/testApp.sh
parent. (diff)
downloadfbgui-c0688eb6df802deb9cb56c2822391a67be5ab7cf.tar.gz
fbgui-c0688eb6df802deb9cb56c2822391a67be5ab7cf.tar.xz
fbgui-c0688eb6df802deb9cb56c2822391a67be5ab7cf.zip
first fixes
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 21308c2..7ff12a4 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -17,7 +17,7 @@ display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}')
/usr/local/Trolltech/Qt-4.7.1/bin/qvfb -width 800 -height 600 -qwsdisplay :$display_id &
sleep 0.1
# Start fbgui.
-$working_path/fbgui -display QVFb:$display_id -D -u $url
+$working_path/fbgui -display QVFb:$display_id -D -u $url -d ./downdir/
# Check if fbbrowser is not running, if so kill the qvfb.
if [ $(ps aux | grep -v grep | grep -c fbgui) -eq 1 ]
then