aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulie Jeongeun Kim <jkim@igalia.com>2018-11-13 13:34:15 +0900
committerJosé Dapena Paz <jose.dapena@lge.com>2018-11-13 14:01:20 +0100
commit0c4c9bb6db649445d3a3aa91088d4ccec7cceae2 (patch)
tree33356cf21e87682dc4730f18818edd8d6a2d6788
parent30dbea75557525770346248282468d2b3e56a120 (diff)
Add window-size switch for AGL window size
It adds window-size switch for AGL window size. It couldn't get the window size from window manager. So, this change passes the argument for AGL window size. [SPEC-1890] WebApp View Size doesn't fit the homescreen. https://jira.automotivelinux.org/browse/SPEC-1890
-rw-r--r--runxdg.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/runxdg.toml b/runxdg.toml
index c5f426e..ebd317c 100644
--- a/runxdg.toml
+++ b/runxdg.toml
@@ -14,6 +14,7 @@ path = "/opt/chromium53/chrome"
params = [
"--in-process-gpu",
- "--user-data-dir=/opt/chromium53/workdir"
+ "--user-data-dir=/opt/chromium53/workdir",
+ "--window-size=608,837"
]