mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1922502 [E-book and LRF viewer's .desktop files with incorrect category](https://bugs.launchpad.net/calibre/+bug/1922502)
This commit is contained in:
parent
531cb6cb62
commit
71813158ee
@ -1092,7 +1092,7 @@ TryExec=lrfviewer
|
|||||||
Exec=lrfviewer %f
|
Exec=lrfviewer %f
|
||||||
Icon=calibre-viewer
|
Icon=calibre-viewer
|
||||||
MimeType=application/x-sony-bbeb;
|
MimeType=application/x-sony-bbeb;
|
||||||
Categories=Graphics;Viewer;
|
Categories=Office;Viewer;
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EVIEWER = '''\
|
EVIEWER = '''\
|
||||||
@ -1105,7 +1105,7 @@ Comment=Viewer for E-books in all the major formats
|
|||||||
TryExec=ebook-viewer
|
TryExec=ebook-viewer
|
||||||
Exec=ebook-viewer --detach %f
|
Exec=ebook-viewer --detach %f
|
||||||
Icon=calibre-viewer
|
Icon=calibre-viewer
|
||||||
Categories=Graphics;Viewer;
|
Categories=Office;Viewer;
|
||||||
'''
|
'''
|
||||||
|
|
||||||
ETWEAK = '''\
|
ETWEAK = '''\
|
||||||
@ -1118,7 +1118,7 @@ Comment=Edit E-books in various formats
|
|||||||
TryExec=ebook-edit
|
TryExec=ebook-edit
|
||||||
Exec=ebook-edit --detach %f
|
Exec=ebook-edit --detach %f
|
||||||
Icon=calibre-ebook-edit
|
Icon=calibre-ebook-edit
|
||||||
Categories=Office;
|
Categories=Office;WordProcessor
|
||||||
'''
|
'''
|
||||||
|
|
||||||
GUI = '''\
|
GUI = '''\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user