1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Corrects chirp binary name in desktop file
This ensures chirp uses a consistent binary name for launch with previous
Author: Dave Hibberd <d@vehibberd.com>
Forwarded: not-needed
Last-Update: 2023-10-28
---
--- a/chirp/share/chirp.desktop
+++ b/chirp/share/chirp.desktop
@@ -5,7 +5,7 @@
GenericName=Radio Programming Tool
Comment=Program amateur radios
Icon=chirp
-Exec=chirp %F
+Exec=chirpw %F
Terminal=false
MimeType=x-scheme-handler/chirp
Categories=Utility;HamRadio
|