Skip to content
Snippets Groups Projects
Commit 61c52bba authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Add icon to desktop entry

parent 2ded0119
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,8 @@
mode: 0755
- name: add Phoebus to desktop menu
copy:
src: phoebus.desktop
template:
src: phoebus.desktop.j2
dest: /usr/share/applications/phoebus.desktop
owner: root
group: root
......
......@@ -2,5 +2,6 @@
Type=Application
Terminal=false
Name=Phoebus
Icon={{ phoebus_icon }}
Categories=ESS
Exec=/usr/local/bin/phoebus
---
phoebus_home: "{{ phoebus_installation_dir }}/ess-phoebus-{{ phoebus_version }}"
phoebus_icon: "{{ phoebus_home }}/css-512x512.png"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment