Skip to content
Snippets Groups Projects
Commit f0885cac authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

add application in desktop menu when applicable

parent 02b726fb
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,10 @@
name: "gensoft-{{ item.name }}-{{ item.vers }}"
state: latest
with_items: gensoft_packs
- name: Put application in Menu
template:
src: templates/usr/share/applications/template.desktop.j2
dest: /usr/share/applications/{{ item }}.desktop
with_items: gensoft_menu
# {{ ansible_managed }}
[Desktop Entry]
Version={{ item.version }}
Name={{ item.bin_name }}
Exec=/local/gensoft2/exe/{{ item.pack_name }}/{{ item.version }}/bin/{{ item.bin_name }}
Type=Application
Terminal=false
Categories=Phylogeny;
StartupWMClass={{ item.bin_name }}
X-Desktop-File-Install-Version=0.15
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment