add ces2019 source
[staging/xdg-launcher.git] / package / webbrowser / runxdg.toml
index ed275e4..fec7a38 100644 (file)
@@ -1,22 +1,25 @@
 [application]
 # role: identifier for WindowManager (used in layers.json)
 # e.g. role = "WebBrowser"
-role = "WebBrowser"
+role = "browser"
 
 # 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"
+path = "/usr/bin/chromium"
 
-# params: arguments of the excecutable
+# params: arguments of the excecutable 
 # e.g.
-#   params = [
-#     "--mus",
-#     "--no-sandbox",
-#     "--window-size=1080,1488",
-#     "--ozone-platform=wayland",
-#     "<URL>"
-#   ]
+   params = [
+     "--touch-events=enabled",
+     "--enable-wayland-ime",
+     "--use-ime-service",
+     "--mus",
+     "--no-sandbox",
+     "--kiosk",
+     "--window-size=1920,1080",
+     "--ozone-platform=wayland",
+     "http://map.google.co.jp"
+   ]