X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=package%2Fvideo%2Frunxdg.toml;fp=package%2Fvideo%2Frunxdg.toml;h=4061f047dbb267edfc055ebef86e2e250e6f86a2;hb=e5fa699e6c1fb5bf59978eef78ed50202eba7fc0;hp=0000000000000000000000000000000000000000;hpb=392d8cea38b633ebd2a90310237cdd40285f937e;p=staging%2Fxdg-launcher.git diff --git a/package/video/runxdg.toml b/package/video/runxdg.toml new file mode 100644 index 0000000..4061f04 --- /dev/null +++ b/package/video/runxdg.toml @@ -0,0 +1,22 @@ +[application] +# role: identifier for WindowManager (used in layers.json) +# e.g. role = "WebBrowser" +role = "Video" + +# launch by "POSIX"(fork/exec), "AFM_DBUS"(afm via dbus), "AFM_WEBSOCKET"(afm via websockt) +method = "POSIX" + +# path: path to the executable +# e.g. +# path = "/usr/bin/chromium" +path = "/usr/bin/weston-simple-egl" + +# params: arguments of the excecutable +# e.g. +# params = [ +# "--mus", +# "--no-sandbox", +# '--window-size="1080,1488"', +# "--ozone-platform=wayland", +# "" +# ]