diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-12-20 15:03:36 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-12-20 15:23:55 -0500 |
commit | c173b5b5fbdb9013304ad62e0dc8f8bb9a072e7d (patch) | |
tree | 5848b6501b00f01f29aff69f602161cecd77edae /package/hvac.desktop | |
parent | 95d837913ecb41577980345aeb8a1b3eb710ea2a (diff) |
Add .desktop and icon file installationmarlin_12.93.0marlin_12.92.0marlin_12.91.0marlin/12.93.0marlin/12.92.0marlin/12.91.012.93.012.92.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: I5b6a0fee2b02e4e5132689b8d892ce5f8480cc42
Diffstat (limited to 'package/hvac.desktop')
-rw-r--r-- | package/hvac.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/hvac.desktop b/package/hvac.desktop new file mode 100644 index 0000000..9d560b4 --- /dev/null +++ b/package/hvac.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=HVAC +Comment=HVAC +GenericName=HVAC +Exec=hvac +Icon=hvac +Terminal=false +Type=Application +Categories=System; +StartupNotify=true |