From 0c4c9bb6db649445d3a3aa91088d4ccec7cceae2 Mon Sep 17 00:00:00 2001 From: Julie Jeongeun Kim Date: Tue, 13 Nov 2018 13:34:15 +0900 Subject: 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 --- runxdg.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runxdg.toml') 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" ] -- cgit 1.2.3-korg