summaryrefslogtreecommitdiffstats
path: root/package/mediaplayer.desktop
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-02-14 18:29:54 -0500
committerScott Murray <scott.murray@konsulko.com>2022-02-14 18:29:54 -0500
commitf932d6da561278df631d0f77ae496a46efe4750f (patch)
tree7afb38f4fb74244006ad7bb74394a97c095cfdc5 /package/mediaplayer.desktop
parent3c8425ae606ea142f227fd7dc9c2bc01def384ad (diff)
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 <scott.murray@konsulko.com>
Diffstat (limited to 'package/mediaplayer.desktop')
-rw-r--r--package/mediaplayer.desktop11
1 files changed, 11 insertions, 0 deletions
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