aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-07-19 10:43:54 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-07-19 11:30:31 +0200
commit373b10369b60cf2bfa54388197c05a09ef32de41 (patch)
treeb823d35232e0690bdc058e39dbd6516ffc843028
parent526aaf57e6766bf5d0a2919ead36ae94546c0f13 (diff)
config: allows "standard" typesblowfish_2.0.2blowfish_2.0.12.0.22.0.1
The standard types for HTML (text/html) and QML (text/vnd.qt.qml) should be available. This is needed for 3 reasons: - installing existing demos - installing almost standard HTML widgets - the current default type is text/html Change-Id: I9fa418b1c995663ac4120d3e0bdb42def3ab166e Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--conf/afm-launch.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/afm-launch.conf.in b/conf/afm-launch.conf.in
index aa1812c..60d204b 100644
--- a/conf/afm-launch.conf.in
+++ b/conf/afm-launch.conf.in
@@ -18,7 +18,6 @@
mode local
#-----------------
-# keep for compatibility purposes
text/html
/usr/bin/afb-daemon --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
/usr/bin/web-runtime http://localhost:%P/%c?token=%S
@@ -36,6 +35,7 @@ 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/htdocs --token=%S --sessiondir=%D/.afb-daemon
%r/%c %P %S
+text/vnd.qt.qml
application/vnd.agl.qml
/usr/bin/qt5/qmlscene -fullscreen -I %r -I %r/imports %r/%c