Sort out package of examples
[staging/xdg-launcher.git] / package / webbrowser / runxdg.toml
index ed275e4..3f167e4 100644 (file)
@@ -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",
 #     "<URL>"
 #   ]
+params = [
+  "--mus",
+  "--no-sandbox",
+  "--single-process",
+  "--window-size=1080,1488",
+  "--ozone-platform=wayland",
+  "--touch-events=enabled",
+  "https://maps.google.com/maps"
+]