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
|
||||
Icon=calibre-viewer
|
||||
MimeType=application/x-sony-bbeb;
|
||||
Categories=Graphics;Viewer;
|
||||
Categories=Office;Viewer;
|
||||
'''
|
||||
|
||||
EVIEWER = '''\
|
||||
@ -1105,7 +1105,7 @@ Comment=Viewer for E-books in all the major formats
|
||||
TryExec=ebook-viewer
|
||||
Exec=ebook-viewer --detach %f
|
||||
Icon=calibre-viewer
|
||||
Categories=Graphics;Viewer;
|
||||
Categories=Office;Viewer;
|
||||
'''
|
||||
|
||||
ETWEAK = '''\
|
||||
@ -1118,7 +1118,7 @@ Comment=Edit E-books in various formats
|
||||
TryExec=ebook-edit
|
||||
Exec=ebook-edit --detach %f
|
||||
Icon=calibre-ebook-edit
|
||||
Categories=Office;
|
||||
Categories=Office;WordProcessor
|
||||
'''
|
||||
|
||||
GUI = '''\
|
||||
|
Loading…
x
Reference in New Issue
Block a user