aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>2017-12-26 23:05:46 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-12-28 13:37:01 +0900
commitb4971d7d0605c87b9d2703adcb9929468bd49479 (patch)
treec9a2282a7e95c85dd5d70bb9c7a123f5ccaaaaae
parent216b7abd87aad5d41b9b8df609b04c878bb45af2 (diff)
Change-Id: I5fb46b291a326b315f2c3c1214da2ee48874e6fe Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
-rw-r--r--package/hvac/runxdg.toml4
-rw-r--r--package/navi/runxdg.toml4
-rw-r--r--package/simple-egl/runxdg.toml4
-rw-r--r--package/video/runxdg.toml4
-rw-r--r--package/webbrowser/runxdg.toml4
5 files changed, 10 insertions, 10 deletions
diff --git a/package/hvac/runxdg.toml b/package/hvac/runxdg.toml
index 243db32..48a0ee3 100644
--- a/package/hvac/runxdg.toml
+++ b/package/hvac/runxdg.toml
@@ -11,12 +11,12 @@ method = "POSIX"
# path = "/usr/bin/chromium"
path = "/usr/bin/weston-simple-egl"
-# 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",
# "<URL>"
# ]
diff --git a/package/navi/runxdg.toml b/package/navi/runxdg.toml
index 9af35ac..1af18e8 100644
--- a/package/navi/runxdg.toml
+++ b/package/navi/runxdg.toml
@@ -11,12 +11,12 @@ method = "POSIX"
# path = "/usr/bin/chromium"
path = "/usr/bin/weston-simple-egl"
-# 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",
# "<URL>"
# ]
diff --git a/package/simple-egl/runxdg.toml b/package/simple-egl/runxdg.toml
index 1729766..0bba232 100644
--- a/package/simple-egl/runxdg.toml
+++ b/package/simple-egl/runxdg.toml
@@ -11,12 +11,12 @@ method = "POSIX"
# path = "/usr/bin/chromium"
path = "/usr/bin/weston-simple-egl"
-# 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",
# "<URL>"
# ]
diff --git a/package/video/runxdg.toml b/package/video/runxdg.toml
index 4061f04..9bcea9c 100644
--- a/package/video/runxdg.toml
+++ b/package/video/runxdg.toml
@@ -11,12 +11,12 @@ method = "POSIX"
# path = "/usr/bin/chromium"
path = "/usr/bin/weston-simple-egl"
-# 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",
# "<URL>"
# ]
diff --git a/package/webbrowser/runxdg.toml b/package/webbrowser/runxdg.toml
index 8ec2325..ed275e4 100644
--- a/package/webbrowser/runxdg.toml
+++ b/package/webbrowser/runxdg.toml
@@ -11,12 +11,12 @@ method = "POSIX"
# path = "/usr/bin/chromium"
path = "/usr/bin/weston-simple-egl"
-# 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",
# "<URL>"
# ]