From f932d6da561278df631d0f77ae496a46efe4750f Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 14 Feb 2022 18:29:54 -0500 Subject: Update for app framework removal Changes: - Remove the autobuild scripts and config.xml used by the app framework widget build. - Update the qmake files to just build a "settings" binary and install it into /usr/bin by default. - Remove the code in main.cpp that handled reading the WebSocket command-line arguments and passing them to binding related code. - Add initial .desktop file and icon copied from the launcher source tree, and updated .pro files to install them. Bug-AGL: SPEC-4182 Change-Id: I7e519aa963f6f22a37d083b2743ad5d42ead9684 Signed-off-by: Scott Murray --- package/mediaplayer.desktop | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/mediaplayer.desktop (limited to 'package/mediaplayer.desktop') diff --git a/package/mediaplayer.desktop b/package/mediaplayer.desktop new file mode 100644 index 0000000..dc83713 --- /dev/null +++ b/package/mediaplayer.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=Mediaplayer +Comment=Mediaplayer +GenericName=Mediaplayer +Exec=mediaplayer +Icon=mediaplayer +Terminal=false +Type=Application +Categories=System; +StartupNotify=true -- cgit 1.2.3-korg