File: desktop-file.patch

package info (click to toggle)
chirp 1%3A20250502-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 17,836 kB
  • sloc: python: 150,688; ansic: 296; sh: 198; xml: 24; makefile: 19
file content (17 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
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