From 30dbea75557525770346248282468d2b3e56a120 Mon Sep 17 00:00:00 2001 From: Julie Jeongeun Kim Date: Wed, 31 Oct 2018 19:53:57 +0900 Subject: Update the role name from WebBrowser to browser It updates the role name to browser to sync with the role name from layers.json and the application name to sync with role name because runxdg compares it. [SPEC-1889] Chromium is initially hidden when launched. https://jira.automotivelinux.org/browse/SPEC-1889 --- runxdg.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runxdg.toml') diff --git a/runxdg.toml b/runxdg.toml index bd377b0..c5f426e 100644 --- a/runxdg.toml +++ b/runxdg.toml @@ -1,7 +1,8 @@ [application] # role: identifier for WindowManager (used in layers.json) # e.g. role = "WebBrowser" -role = "WebBrowser" +#role = "WebBrowser" +role = "browser" # launch by "POSIX"(fork/exec), "AFM_DBUS"(afm via dbus), "AFM_WEBSOCKET"(afm via websockt) method = "POSIX" -- cgit 1.2.3-korg