aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-12-14 16:28:37 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2016-12-14 16:28:37 +0100
commitfd61febe4d3275e02d15440d6632327aa69ce636 (patch)
treeff56c1dad1cadf2a892574b1043ffa56ae570ca7
parentdfd49d8fe0bcbc4d794b5a8d56447dd7129aa853 (diff)
conf/afm-launch.conf: use --roothttp=htdocs only for HTML5 applications
Change-Id: Ieaa7b9f6f320610a56d020c9ac10fca313d892f9 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r--conf/afm-launch.conf.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/afm-launch.conf.in b/conf/afm-launch.conf.in
index a70fd60..b467ccd 100644
--- a/conf/afm-launch.conf.in
+++ b/conf/afm-launch.conf.in
@@ -29,10 +29,10 @@ application/vnd.agl.url
/usr/bin/web-runtime %c
application/vnd.agl.service
- /usr/bin/afb-daemon --ldpaths=@CMAKE_INSTALL_FULL_LIBDIR@/afb:%r/%c --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --roothttp=htdocs --token=%S --sessiondir=%D/.afb-daemon
+ /usr/bin/afb-daemon --ldpaths=@CMAKE_INSTALL_FULL_LIBDIR@/afb:%r/%c --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
application/vnd.agl.native
- /usr/bin/afb-daemon --ldpaths=@CMAKE_INSTALL_FULL_LIBDIR@/afb:%r/lib --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --roothttp=htdocs --token=%S --sessiondir=%D/.afb-daemon
+ /usr/bin/afb-daemon --ldpaths=@CMAKE_INSTALL_FULL_LIBDIR@/afb:%r/lib --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
%r/%c %P %S
text/vnd.qt.qml
@@ -40,7 +40,7 @@ application/vnd.agl.qml
/usr/bin/qt5/qmlscene -fullscreen -I %r -I %r/imports %r/%c
application/vnd.agl.qml.hybrid
- /usr/bin/afb-daemon --ldpaths=@CMAKE_INSTALL_FULL_LIBDIR@/afb:%r/lib --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --roothttp=htdocs --token=%S --sessiondir=%D/.afb-daemon
+ /usr/bin/afb-daemon --ldpaths=@CMAKE_INSTALL_FULL_LIBDIR@/afb:%r/lib --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
/usr/bin/qt5/qmlscene %P %S -fullscreen -I %r -I %r/imports %r/%c
application/vnd.agl.html.hybrid