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 --- micropeak/altusmetrum-micropeak.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'micropeak') diff --git a/micropeak/altusmetrum-micropeak.desktop.in b/micropeak/altusmetrum-micropeak.desktop.in index 782b4704..38b07f0e 100644 --- a/micropeak/altusmetrum-micropeak.desktop.in +++ b/micropeak/altusmetrum-micropeak.desktop.in @@ -4,7 +4,7 @@ Name=MicroPeak GenericName=MicroPeak Download and Analysis Comment=View and log data from MicroPeak altimeters Icon=%icondir%/altusmetrum-micropeak.svg -Exec=%bindir%/micropeak %f +Exec=%bindir%/micropeak %F Terminal=false MimeType=application/vnd.altusmetrum.micropeak Categories=Education;Electronics;Science; -- cgit v1.2.3