Fix #1213664 [desktop file has %F in the wrong place](https://bugs.launchpad.net/calibre/+bug/1213664)

This commit is contained in:
Kovid Goyal 2013-08-18 21:49:19 +05:30
parent fdd9b43f51
commit 8d87f72755

View File

@ -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;
'''