afm-launch: commits conf file
[src/app-framework-main.git] / conf / afm-launch.conf
1 # %I icondir
2 # %P port
3 # %S secret
4 # %D datadir
5 # %r rootdir
6 # %h homedir
7 # %t tag (smack label)
8 # %a appid
9 # %c content
10 # %m mime-type
11 # %n name
12 # %p plugins
13 # %W width
14 # %H height
15 # %% %
16
17 text/html
18         /usr/bin/afb-daemon --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
19         /usr/bin/web-runtime http://localhost:%P/%c?token=%S
20
21 application/x-executable
22         %r/%c
23
24 text/vnd.qt.qml
25         /usr/bin/qt5/qmlscene -fullscreen -I %r -I %r/imports %r/%c
26