summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-07 21:20:00 +0100
committerJonathan Bauer2011-03-07 21:20:00 +0100
commitdad849a0c95aeed383f6ea4b184d7fa46018db0f (patch)
treedaba889e5e14fa2c913161e7600b6a8082bd3ea8 /src/testApp.sh
parentReworked code structure (diff)
downloadfbgui-dad849a0c95aeed383f6ea4b184d7fa46018db0f.tar.gz
fbgui-dad849a0c95aeed383f6ea4b184d7fa46018db0f.tar.xz
fbgui-dad849a0c95aeed383f6ea4b184d7fa46018db0f.zip
first cleanup...
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 a529d7e..0d31830 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -18,7 +18,7 @@ display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}')
# Wait for it to load (needed?) Probably not ;o
sleep 0.1
# Start fbgui.
-$working_path/fbgui -display QVFb:$display_id -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