summaryrefslogtreecommitdiffstats
path: root/fbbrowser
diff options
context:
space:
mode:
authorJonathan Bauer2011-01-13 16:04:54 +0100
committerJonathan Bauer2011-01-13 16:04:54 +0100
commitec2bcfb9d6228f3c936c0480b1890f0e6efd253f (patch)
treedb0fab8d8fb886ba92531115cc2cbabc717d3639 /fbbrowser
parentpath fixup... (diff)
downloadfbgui-ec2bcfb9d6228f3c936c0480b1890f0e6efd253f.tar.gz
fbgui-ec2bcfb9d6228f3c936c0480b1890f0e6efd253f.tar.xz
fbgui-ec2bcfb9d6228f3c936c0480b1890f0e6efd253f.zip
commented home dir requirement ...
Diffstat (limited to 'fbbrowser')
-rwxr-xr-xfbbrowser/testApp.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/fbbrowser/testApp.sh b/fbbrowser/testApp.sh
index 0c50180..57f37b7 100755
--- a/fbbrowser/testApp.sh
+++ b/fbbrowser/testApp.sh
@@ -4,6 +4,7 @@
# Wait for it to load (needed?)
sleep 1
# Start the fbbrowser app.
+# This requires the fbgui git repository to be in the user's home directory.
~/fbgui/fbbrowser/fbbrowser -qws
# Check if fbbrowser is not running, if so kill the qvfb.
if ps aux | grep -v grep | grep fbbrowser > /dev/null