From 8d87f7275572ae4873135d4e92d1351589aff303 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 18 Aug 2013 21:49:19 +0530 Subject: [PATCH] Fix #1213664 [desktop file has %F in the wrong place](https://bugs.launchpad.net/calibre/+bug/1213664) --- src/calibre/linux.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/linux.py b/src/calibre/linux.py index 98d68816f3..913419bb8b 100644 --- a/src/calibre/linux.py +++ b/src/calibre/linux.py @@ -857,11 +857,11 @@ GUI = '''\ [Desktop Entry] Version=1.0 Type=Application -Name=calibre %F +Name=calibre GenericName=E-book library management Comment=E-book library management: Convert, view, share, catalogue all your e-books TryExec=calibre -Exec=calibre +Exec=calibre %F Icon=calibre-gui Categories=Office; '''