Remove agl-service-taskmanager from packagegroup-agl-ivi-services
[AGL/meta-agl-demo.git] / recipes-demo-hmi / html5-homescreen / files / 0001-Disable-autostart-of-launcher-webapp.patch
1 From 5112f934e4e5afca02467088d3c7008cbdc620d2 Mon Sep 17 00:00:00 2001
2 From: Lorenzo Tilve <ltilve@igalia.com>
3 Date: Mon, 7 Sep 2020 06:53:52 +0200
4 Subject: [PATCH] Disable autostart of launcher webapp
5
6 Change-Id: I2eabab3772e4e5eb457f2c47670448554e72d14a
7 ---
8  src/config.json | 1 -
9  1 file changed, 1 deletion(-)
10
11 diff --git a/src/config.json b/src/config.json
12 index fb94d9d..febbb21 100644
13 --- a/src/config.json
14 +++ b/src/config.json
15 @@ -18,7 +18,6 @@
16          }
17      ],
18      "background": "webapps-html5-background",
19 -    "launch": "webapps-html5-launcher",
20      "network": {
21          "bluetooth": "fab fa-bluetooth-b",
22          "ethernet": "fas fa-network-wired",
23 -- 
24 2.28.0
25