diff options
author | Keith Packard <keithp@keithp.com> | 2014-09-09 23:43:10 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-09-09 23:43:10 -0700 |
commit | 1992a1e3046a5414ce8d394e1cd8e5e6f6338d29 (patch) | |
tree | 2a56ab9a6b01c318083d8e3e70621f667c9f1c4f /telegps | |
parent | 1fb200d18cc385230b3af574816ec354682cc5c9 (diff) |
.desktop: Use %F instead of %f in .desktop files
%F is a list of files, %f is a single file. All of our tools can
handle lists of files, so make the .desktop file reflect that.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps')
-rw-r--r-- | telegps/altusmetrum-telegps.desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegps/altusmetrum-telegps.desktop.in b/telegps/altusmetrum-telegps.desktop.in index 7a1b3536..f24556c1 100644 --- a/telegps/altusmetrum-telegps.desktop.in +++ b/telegps/altusmetrum-telegps.desktop.in @@ -4,7 +4,7 @@ Name=TeleGPS GenericName=TeleGPS monitor, download and analysis Comment=View and log data from TeleGPS tracking devices Icon=%icondir%/altusmetrum-telegps.svg -Exec=%bindir%/telegps %f +Exec=%bindir%/telegps %F Terminal=false MimeType=application/vnd.altusmetrum.telemetry;application/vnd.altusmetrum.eeprom Categories=Education;Electronics;Science; |