summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-05 16:55:26 +0100
committerJonathan Bauer2011-03-05 16:55:26 +0100
commit602106a89c654762d8963f8ab57142c48dc19983 (patch)
treeb9865cd69830d0f1cecf3db6a5caf6941982e056 /src/testApp.sh
parentmisc. (diff)
downloadfbgui-602106a89c654762d8963f8ab57142c48dc19983.tar.gz
fbgui-602106a89c654762d8963f8ab57142c48dc19983.tar.xz
fbgui-602106a89c654762d8963f8ab57142c48dc19983.zip
URL parsing now works with CommandLineOptions. Incomplete...
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