summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-08 03:43:42 +0100
committerJonathan Bauer2011-03-08 03:43:42 +0100
commit1bcc18a1b478960a35ca7cdced4136fd54c254b5 (patch)
tree140bcf9b17c2a91e2c51a39c7c41e45021681a91 /src/testApp.sh
parentlast push for today.. (diff)
downloadfbgui-1bcc18a1b478960a35ca7cdced4136fd54c254b5.tar.gz
fbgui-1bcc18a1b478960a35ca7cdced4136fd54c254b5.tar.xz
fbgui-1bcc18a1b478960a35ca7cdced4136fd54c254b5.zip
..
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 578472d..21308c2 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
# Check if fbbrowser is not running, if so kill the qvfb.
if [ $(ps aux | grep -v grep | grep -c fbgui) -eq 1 ]
then