mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1213664 [desktop file has %F in the wrong place](https://bugs.launchpad.net/calibre/+bug/1213664)
This commit is contained in:
parent
fdd9b43f51
commit
8d87f72755
@ -857,11 +857,11 @@ GUI = '''\
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=calibre %F
|
Name=calibre
|
||||||
GenericName=E-book library management
|
GenericName=E-book library management
|
||||||
Comment=E-book library management: Convert, view, share, catalogue all your e-books
|
Comment=E-book library management: Convert, view, share, catalogue all your e-books
|
||||||
TryExec=calibre
|
TryExec=calibre
|
||||||
Exec=calibre
|
Exec=calibre %F
|
||||||
Icon=calibre-gui
|
Icon=calibre-gui
|
||||||
Categories=Office;
|
Categories=Office;
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user