Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/deskutils/calibre/files/patch-src_calibre_linux.py
16461 views
1
--- src/calibre/linux.py.orig 2025-04-18 03:14:01 UTC
2
+++ src/calibre/linux.py
3
@@ -1111,7 +1111,7 @@ TryExec=ebook-viewer
4
GenericName=Viewer for E-books
5
Comment=Viewer for E-books in all the major formats
6
TryExec=ebook-viewer
7
-Exec=ebook-viewer --detach %f
8
+Exec=ebook-viewer %f
9
Icon=calibre-viewer
10
Categories=Office;Viewer;
11
Keywords=epub;ebook;viewer;
12
@@ -1125,7 +1125,7 @@ TryExec=ebook-edit
13
GenericName=Editor for E-books
14
Comment=Edit E-books in various formats
15
TryExec=ebook-edit
16
-Exec=ebook-edit --detach %f
17
+Exec=ebook-edit %f
18
Icon=calibre-ebook-edit
19
Categories=Office;WordProcessor
20
Keywords=epub;ebook;editor;
21
@@ -1139,7 +1139,7 @@ TryExec=calibre
22
GenericName=E-book library management
23
Comment=E-book library management: Convert, view, share, catalogue all your e-books
24
TryExec=calibre
25
-Exec=calibre --detach %U
26
+Exec=calibre %U
27
Icon=calibre-gui
28
Categories=Office;
29
X-GNOME-UsesNotifications=true
30
31