X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fxdg-launcher.git;a=blobdiff_plain;f=package%2Fwebbrowser%2Frunxdg.toml;h=3f167e49528c9612577d06c38f48806378463405;hp=ed275e433e7f3b5cc3ff57d2772d151c7995bf26;hb=8c5d363c334474fee33a81837f9ce4e6d2d92cd8;hpb=f0432213c7c40d70fef06f9ceb665463d23b32e6 diff --git a/package/webbrowser/runxdg.toml b/package/webbrowser/runxdg.toml index ed275e4..3f167e4 100644 --- a/package/webbrowser/runxdg.toml +++ b/package/webbrowser/runxdg.toml @@ -1,7 +1,7 @@ [application] # role: identifier for WindowManager (used in layers.json) # e.g. role = "WebBrowser" -role = "WebBrowser" +role = "webbrowser" # launch by "POSIX"(fork/exec), "AFM_DBUS"(afm via dbus), "AFM_WEBSOCKET"(afm via websockt) method = "POSIX" @@ -9,7 +9,7 @@ method = "POSIX" # path: path to the executable # e.g. # path = "/usr/bin/chromium" -path = "/usr/bin/weston-simple-egl" +path = "/usr/bin/chromium" # params: arguments of the excecutable # e.g. @@ -20,3 +20,12 @@ path = "/usr/bin/weston-simple-egl" # "--ozone-platform=wayland", # "" # ] +params = [ + "--mus", + "--no-sandbox", + "--single-process", + "--window-size=1080,1488", + "--ozone-platform=wayland", + "--touch-events=enabled", + "https://maps.google.com/maps" +]