Path: blob/main/deskutils/calibre/files/patch-src_calibre_linux.py
16461 views
--- src/calibre/linux.py.orig 2025-04-18 03:14:01 UTC1+++ src/calibre/linux.py2@@ -1111,7 +1111,7 @@ TryExec=ebook-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=Office;Viewer;10Keywords=epub;ebook;viewer;11@@ -1125,7 +1125,7 @@ TryExec=ebook-edit12GenericName=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;WordProcessor19Keywords=epub;ebook;editor;20@@ -1139,7 +1139,7 @@ TryExec=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