c5d446106fd717ad71e74d2478ece38d312fd3a6
[src/app-framework-main.git] / conf / afm-launch.conf.in
1 # %% %
2 # %a appid
3 # %b bindings
4 # %c content
5 # %D datadir
6 # %H height
7 # %h homedir
8 # %I icondir
9 # %m mime-type
10 # %n name
11 # %P port
12 # %R readyfd
13 # %r rootdir
14 # %S secret
15 # %W width
16
17 #-----------------
18 mode local
19 #-----------------
20 text/html
21         /usr/bin/afb-daemon --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
22         /usr/bin/web-runtime http://localhost:%P/%c?token=%S
23
24 application/x-executable
25         %r/%c
26
27 application/vnd.agl.service
28         /usr/bin/afb-daemon --ldpaths=@CMAKE_INSTALL_FULL_LIBDIR@/afb:%r/%c --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r/htdocs --token=%S --sessiondir=%D/.afb-daemon
29
30 text/vnd.qt.qml
31         /usr/bin/qt5/qmlscene -fullscreen -I %r -I %r/imports %r/%c
32
33 #-----------------
34 mode remote
35 #-----------------
36
37 text/html
38         /usr/bin/afb-daemon --mode=remote --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
39         http://%%h:%P/%c?token=%S
40