From: Harunobu Kurokawa Date: Tue, 26 Dec 2017 14:05:46 +0000 (+0900) Subject: Fix runxdg.toml params example X-Git-Tag: 5.0.0^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fxdg-launcher.git;a=commitdiff_plain;h=refs%2Fheads%2Feel Fix runxdg.toml params example Change-Id: I5fb46b291a326b315f2c3c1214da2ee48874e6fe Signed-off-by: Harunobu Kurokawa Signed-off-by: Tadao Tanikawa --- 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", # "" # ] 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", # "" # ] 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", # "" # ] 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", # "" # ] 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", # "" # ]