From ea6826a71f6cf86b350f81af2409fed1e318cf1e Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 20 Dec 2021 15:06:45 -0500 Subject: Add .desktop and icon file installation 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 Change-Id: I49f0b09a1a2f02c41844974eb384f3af7b4ed28c --- package/dashboard.desktop | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/dashboard.desktop (limited to 'package/dashboard.desktop') 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 -- cgit 1.2.3-korg