diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-02-11 16:02:54 +0100 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-03-07 14:04:06 +0100 |
commit | d787e10f87845a06cf15d11e592af4ae69d60ee8 (patch) | |
tree | b684a57d08ce0698c6da3c7cc105b82beb237420 /recipes-wam/wam | |
parent | 6eb5565d73449bccd81d642d4f970f41151b56a3 (diff) |
Add back HTML5 launcher to HTML5 demo
Add the web-based launcher to the HTML5 demo dropping original
launcher. It includes changes to the launcher to match the new
navigator.appservice API and JS injection and drops agl-js-api.
Bug-AGL: SPEC-4249
Change-Id: I02a68fc81693a56aa19e213e8ee200c0ec4e3f42
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Diffstat (limited to 'recipes-wam/wam')
-rw-r--r-- | recipes-wam/wam/files/WebAppMgr.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-wam/wam/files/WebAppMgr.service b/recipes-wam/wam/files/WebAppMgr.service index 0fa7dbe5b..749d85059 100644 --- a/recipes-wam/wam/files/WebAppMgr.service +++ b/recipes-wam/wam/files/WebAppMgr.service @@ -12,7 +12,7 @@ [Unit] Description="WebAppMgr is responsible for running web apps and manage their lifecycle" -After=homescreen.service launcher.service agl-compositor.service +After=agl-compositor.service Requires=agl-compositor.service Before=agl-session.target |