92ede4ddf56487c806116eb8c4de00aa0e6b5573
[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 mode local
18
19 text/html
20         /usr/bin/afb-daemon --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
21         /usr/bin/web-runtime http://localhost:%P/%c?token=%S
22
23 application/x-executable
24         %r/%c
25
26 text/vnd.qt.qml
27         /usr/bin/qt5/qmlscene -fullscreen -I %r -I %r/imports %r/%c
28
29 mode remote
30
31 text/html
32         /usr/bin/afb-daemon --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
33         http://%%h:%P/%c?token=%S
34