Path: blob/main/deskutils/calibre/files/patch-src_calibre_linux.py
16149 views
--- src/calibre/linux.py.orig 2020-11-13 01:58:49 UTC1+++ src/calibre/linux.py2@@ -1103,7 +1103,7 @@ Name=E-book viewer3GenericName=Viewer for E-books4Comment=Viewer for E-books in all the major formats5TryExec=ebook-viewer6-Exec=ebook-viewer --detach %f7+Exec=ebook-viewer %f8Icon=calibre-viewer9Categories=Graphics;Viewer;10'''11@@ -1116,7 +1116,7 @@ Name=E-book editor12GenericName=Editor for E-books13Comment=Edit E-books in various formats14TryExec=ebook-edit15-Exec=ebook-edit --detach %f16+Exec=ebook-edit %f17Icon=calibre-ebook-edit18Categories=Office;19'''20@@ -1129,7 +1129,7 @@ Name=calibre21GenericName=E-book library management22Comment=E-book library management: Convert, view, share, catalogue all your e-books23TryExec=calibre24-Exec=calibre --detach %U25+Exec=calibre %U26Icon=calibre-gui27Categories=Office;28X-GNOME-UsesNotifications=true293031