From 373b10369b60cf2bfa54388197c05a09ef32de41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 19 Jul 2016 10:43:54 +0200 Subject: [PATCH] config: allows "standard" types MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- conf/afm-launch.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6