adds config file for launchers
[src/app-framework-main.git] / conf / afm-launch.conf
diff --git a/conf/afm-launch.conf b/conf/afm-launch.conf
new file mode 100644 (file)
index 0000000..771569b
--- /dev/null
@@ -0,0 +1,26 @@
+# %I icondir
+# %P port
+# %S secret
+# %D datadir
+# %r rootdir
+# %h homedir
+# %t tag (smack label)
+# %a appid
+# %c content
+# %m mime-type
+# %n name
+# %p plugins
+# %W width
+# %H height
+# %% %
+
+text/html
+       /usr/bin/afb-daemon --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D
+       /usr/bin/web-runtime http://localhost:%P/%c?token=%S
+
+application/x-executable
+       %r/%c
+
+text/vnd.qt.qml
+       /usr/bin/qt5/qmlscene -fullscreen -I %r -I %r/imports %r/%c
+