Skip to content

Commit

Permalink
Fix Issue: #69 SDRAngel menu item doesn't function
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Slotter committed Dec 7, 2020
1 parent c8394bb commit 0cc11ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tasks/install_sdrangel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,20 @@
regexp: '^Categories=Network;HamRadio;'
line: Categories=HamRadio SDR

- name: Modify path for sdrangel.desktop
become: yes
lineinfile:
path: /opt/install/sdrangel/share/applications/sdrangel.desktop
regexp: '^Exec=sdrangel'
line: Exec=/opt/install/sdrangel/bin/sdrangel

- name: Modify icon for sdrangel.desktop
become: yes
lineinfile:
path: /opt/install/sdrangel/share/applications/sdrangel.desktop
regexp: '^Icon=sdrangel_icon'
line: Icon=/opt/install/sdrangel/share/icons/hicolor/scalable/apps/sdrangel_icon.svg

- name: Copy sdrangel.desktop to where system will recognize it
become: yes
command: cp /opt/install/sdrangel/share/applications/sdrangel.desktop /usr/local/share/applications/sdrangel.desktop
Expand Down

0 comments on commit 0cc11ac

Please sign in to comment.