diff options
| author | Jonathan Bauer | 2011-03-08 03:43:42 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-08 03:43:42 +0100 |
| commit | 1bcc18a1b478960a35ca7cdced4136fd54c254b5 (patch) | |
| tree | 140bcf9b17c2a91e2c51a39c7c41e45021681a91 | |
| parent | last push for today.. (diff) | |
| download | fbgui-1bcc18a1b478960a35ca7cdced4136fd54c254b5.tar.gz fbgui-1bcc18a1b478960a35ca7cdced4136fd54c254b5.tar.xz fbgui-1bcc18a1b478960a35ca7cdced4136fd54c254b5.zip | |
..
| -rwxr-xr-x | src/testApp.sh | 2 |
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 |
