mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1861 (calibre includes description as part of title in Linux)
This commit is contained in:
parent
a300e3ef96
commit
21cd4d0f08
@ -501,6 +501,7 @@ VIEWER = '''\
|
|||||||
Version=%s
|
Version=%s
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=LRF Viewer
|
Name=LRF Viewer
|
||||||
|
GenericName=Viewer for LRF files
|
||||||
Comment=Viewer for LRF files (SONY ebook format files)
|
Comment=Viewer for LRF files (SONY ebook format files)
|
||||||
TryExec=lrfviewer
|
TryExec=lrfviewer
|
||||||
Exec=lrfviewer %%F
|
Exec=lrfviewer %%F
|
||||||
@ -513,8 +514,9 @@ EVIEWER = '''\
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=%s
|
Version=%s
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Ebook Viewer
|
Name=E-book Viewer
|
||||||
Comment=Viewer for Ebooks
|
GenericName=Viewer for E-books
|
||||||
|
Comment=Viewer for E-books
|
||||||
TryExec=ebook-viewer
|
TryExec=ebook-viewer
|
||||||
Exec=ebook-viewer %%F
|
Exec=ebook-viewer %%F
|
||||||
Icon=calibre-viewer
|
Icon=calibre-viewer
|
||||||
@ -527,7 +529,8 @@ GUI = '''\
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=%s
|
Version=%s
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=calibre - Ebook library management
|
Name=calibre
|
||||||
|
GenericName=E-book library management
|
||||||
Comment=E-book library management
|
Comment=E-book library management
|
||||||
TryExec=calibre
|
TryExec=calibre
|
||||||
Exec=calibre
|
Exec=calibre
|
||||||
|
Loading…
x
Reference in New Issue
Block a user