summaryrefslogtreecommitdiffstats
path: root/testApp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testApp.sh')
-rwxr-xr-xtestApp.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/testApp.sh b/testApp.sh
index f33ab17..4fcfe25 100755
--- a/testApp.sh
+++ b/testApp.sh
@@ -11,10 +11,9 @@
# -s <path>, --serial=<path> sets path to serial number file
#
# Note: all path are expected to be absolute.
-
# Adapt these to your own system.
QT_VERSION=Qt-4.8.0
-PATH_TO_FBGUI_BUILD=/home/michael/workspace/fbgui
+PATH_TO_FBGUI_BUILD=~/fbgui/build
# check if network discovery is activated and if running as root
for ARG in $*
@@ -46,8 +45,6 @@ display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}')
# quick sleep to wait for qvfb loading
sleep 0.2
# Start fbgui connecting to QVFb with display_id from above.
-
$PATH_TO_FBGUI_BUILD/src/fbgui/fbgui -display QVFb:$display_id $@ -e $PATH_TO_FBGUI_BUILD/src/customdhcpcd/cdhcpcd
-
# kill qvfb since fbgui stopped
killall qvfb