From 71813158eef95abc75ca364fb47eb5bc71d1b678 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 5 Apr 2021 07:57:04 +0530 Subject: [PATCH] Fix #1922502 [E-book and LRF viewer's .desktop files with incorrect category](https://bugs.launchpad.net/calibre/+bug/1922502) --- src/calibre/linux.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/linux.py b/src/calibre/linux.py index a290009636..a2c33296e2 100644 --- a/src/calibre/linux.py +++ b/src/calibre/linux.py @@ -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 = '''\