From 1992a1e3046a5414ce8d394e1cd8e5e6f6338d29 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 9 Sep 2014 23:43:10 -0700 Subject: .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 --- telegps/altusmetrum-telegps.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telegps') 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; -- cgit v1.2.3