X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=conf%2Fafm-launch.conf;h=4dd721b6f607d954a0a3f1f231d322afa5fadcb1;hb=10ce08a3706339eb354296ce7c0101f0b1df1acf;hp=92ede4ddf56487c806116eb8c4de00aa0e6b5573;hpb=dfd67ab68a438f1a692e91832c3698b023c74167;p=src%2Fapp-framework-main.git diff --git a/conf/afm-launch.conf b/conf/afm-launch.conf index 92ede4d..4dd721b 100644 --- a/conf/afm-launch.conf +++ b/conf/afm-launch.conf @@ -1,23 +1,24 @@ -# %I icondir -# %P port -# %S secret -# %D datadir -# %r rootdir -# %h homedir -# %t tag (smack label) +# %% % # %a appid # %c content +# %D datadir +# %H height +# %h homedir +# %I icondir # %m mime-type # %n name # %p plugins +# %P port +# %R readyfd +# %r rootdir +# %S secret # %W width -# %H height -# %% % +#----------------- mode local - +#----------------- text/html - /usr/bin/afb-daemon --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon + /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 application/x-executable @@ -26,9 +27,11 @@ application/x-executable text/vnd.qt.qml /usr/bin/qt5/qmlscene -fullscreen -I %r -I %r/imports %r/%c +#----------------- mode remote +#----------------- text/html - /usr/bin/afb-daemon --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon + /usr/bin/afb-daemon --mode=remote --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon http://%%h:%P/%c?token=%S