summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/testApp.sh')
-rwxr-xr-xsrc/testApp.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testApp.sh b/src/testApp.sh
index fc2bf05..81093d7 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -18,7 +18,9 @@ display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}')
sleep 1
# Start the fbbrowser app.
# This requires the fbgui git repository to be in the user's home directory.
-$working_path/fbgui -qws -display QVFb:$display_id $url
+echo "fbgui call:"
+echo "$working_path/fbgui -qws -display QVFb:$display_id -u $url"
+$working_path/fbgui -qws -display QVFb:$display_id --url=$url
# Check if fbbrowser is not running, if so kill the qvfb.
if [ $(ps aux | grep -v grep | grep -c fbgui) -eq 1 ]
then