desktop file has %F in the wrong place

Bug #1213664 reported by Kevin Fenzi
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
calibre
Fix Released
Undecided
Unassigned

Bug Description

The calibre-gui.desktop file seems to have a %F in the Name field, where it likely should be in the exec field?

diff -Nur calibre.orig/src/calibre/linux.py calibre/src/calibre/linux.py
--- calibre.orig/src/calibre/linux.py 2013-08-18 09:47:47.950422146 -0600
+++ calibre/src/calibre/linux.py 2013-08-18 09:47:28.891295499 -0600
@@ -857,11 +857,11 @@
 [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;
 '''

Revision history for this message
Kovid Goyal (kovid) wrote : Fixed in master

Fixed in branch master. The fix will be in the next release. calibre is usually released every Friday.

 status fixreleased

Changed in calibre:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.