X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=package%2Fwebbrowser%2Frunxdg.toml;h=3f167e49528c9612577d06c38f48806378463405;hb=8c5d363c334474fee33a81837f9ce4e6d2d92cd8;hp=8ec23253901fdac5df41780cb793c1043775b46b;hpb=0676869ae83b3e2cdac77c0a29367367ca211f5a;p=staging%2Fxdg-launcher.git diff --git a/package/webbrowser/runxdg.toml b/package/webbrowser/runxdg.toml index 8ec2325..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,14 +9,23 @@ 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 +# params: arguments of the excecutable # e.g. # params = [ # "--mus", # "--no-sandbox", -# '--window-size="1080,1488"', +# "--window-size=1080,1488", # "--ozone-platform=wayland", # "" # ] +params = [ + "--mus", + "--no-sandbox", + "--single-process", + "--window-size=1080,1488", + "--ozone-platform=wayland", + "--touch-events=enabled", + "https://maps.google.com/maps" +]