summaryrefslogtreecommitdiffstats
path: root/package/dashboard.desktop
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-12-20 15:06:45 -0500
committerScott Murray <scott.murray@konsulko.com>2021-12-20 15:24:09 -0500
commitea6826a71f6cf86b350f81af2409fed1e318cf1e (patch)
tree30b6677b713328f9fda8cc569d20cfac40dda578 /package/dashboard.desktop
parent3570c2b580508b1cf01a602ec99bbf5836bafb85 (diff)
Add .desktop and icon file installationmarlin_12.91.0marlin/12.91.012.91.0
Add initial .desktop file and icon copied from the launcher source tree, and updated .pro files to install them. Also removed potentially confusing use of non-existent $$PREFIX variable. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I49f0b09a1a2f02c41844974eb384f3af7b4ed28c
Diffstat (limited to 'package/dashboard.desktop')
-rw-r--r--package/dashboard.desktop11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/dashboard.desktop b/package/dashboard.desktop
new file mode 100644
index 0000000..10e3f45
--- /dev/null
+++ b/package/dashboard.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=Dashboard
+Comment=Dashboard
+GenericName=dashboard
+Exec=dashboard
+Icon=dashboard
+Terminal=false
+Type=Application
+Categories=System;
+StartupNotify=true