From 5a04f6d309f34fdbe196db94da1d41a076d74673 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sun, 27 Sep 2020 22:14:04 +0530 Subject: [PATCH] calibre: Minor changes to app description Signed-off-by: Joseph Nuthalapati --- plinth/modules/calibre/__init__.py | 12 ++++++------ .../systemd/system/calibre-server-freedombox.service | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/plinth/modules/calibre/__init__.py b/plinth/modules/calibre/__init__.py index e3786812c..5608b0cdc 100644 --- a/plinth/modules/calibre/__init__.py +++ b/plinth/modules/calibre/__init__.py @@ -31,13 +31,13 @@ _description = [ 'You can store your e-books on your {box_name}, read them online or ' 'from any of your devices.'), box_name=_(cfg.box_name)), _('You can organize your e-books, extract and edit their metadata, and ' - 'perform advanced search. It can import, export, or convert across a ' - 'wide range of formats to make e-books ready for reading on any ' - 'device. You can read books on your browser with the builtin web ' - 'reader. It remembers your last read location, bookmarks, and ' - 'highlighted text.'), + 'perform advanced search. calibre can import, export, or convert across ' + 'a wide range of formats to make e-books ready for reading on any ' + 'device. It also provides an online web reader. It remembers your ' + 'last read location, bookmarks, and highlighted text. Content ' + 'distribution using OPDS is currently not supported.'), _('Only users belonging to calibre group will be able to access ' - 'the app. Content distribution with OPDS is currently not supported.') + 'the app. All users with access can use all the libraries.') ] app = None diff --git a/plinth/modules/calibre/data/lib/systemd/system/calibre-server-freedombox.service b/plinth/modules/calibre/data/lib/systemd/system/calibre-server-freedombox.service index 29941bc85..8133549ef 100644 --- a/plinth/modules/calibre/data/lib/systemd/system/calibre-server-freedombox.service +++ b/plinth/modules/calibre/data/lib/systemd/system/calibre-server-freedombox.service @@ -42,6 +42,5 @@ SystemCallFilter=~@privileged SystemCallErrorNumber=EPERM Type=simple - [Install] WantedBy=multi-user.target