diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-05-31 17:17:32 +0200 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-06-16 15:20:08 +0200 |
commit | aebd05752a3713928bee6d1d4c4cec6ca65aafdc (patch) | |
tree | eaf9fe40fda39e449348ea681882bbed9aab429f /recipes-demo/html5-mediaplayer/files | |
parent | 081030c382184dbce41e2556b2a40b021634c948 (diff) |
html5-mediaplayer: recover HTML5 mediaplayer demo application.
Add updated html5-mediaplayer:
* Fixes build with new application framework providing mediaplayer mock.
* Updates NPM dependencies.
* Updates recipe for kirkstone.
Bug-AGL: SPEC-4248
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Change-Id: Iabc5944771a0aa7ef09b0464c6c2602f0a31c9ec
Diffstat (limited to 'recipes-demo/html5-mediaplayer/files')
-rw-r--r-- | recipes-demo/html5-mediaplayer/files/webapps-mediaplayer.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-demo/html5-mediaplayer/files/webapps-mediaplayer.desktop b/recipes-demo/html5-mediaplayer/files/webapps-mediaplayer.desktop new file mode 100644 index 000000000..4322d6c34 --- /dev/null +++ b/recipes-demo/html5-mediaplayer/files/webapps-mediaplayer.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=HTML5 Media Player +Comment=Media player +GenericName=Media player +Exec=/usr/bin/WebAppMgr --appid=webapps-mediaplayer --app-install-dir=/usr/lib/wam_apps/html5-mediaplayer/ +Icon=settings +Terminal=false +Type=Application +Categories=System; +StartupNotify=true |