diff options
Diffstat (limited to 'conf/afm-launch.conf.in')
-rw-r--r-- | conf/afm-launch.conf.in | 2 |
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 |