[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#991125: unblock: okular/4:20.12.3-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: debian-qt-kde@lists.debian.org

Please unblock package okular

[ Reason ]
The json definition for the fictionbook book format currently uses the
same identification string as the fax book format, thus okular uses only
one of the two, currently the fax generator.

Thus, .fb2 files cannot be opened at the moment with okular, showing
only blank pages or unformatted text.

By only fixing the id of the generator to have a unique identifier, both
fax and fb2 can be displayed with okular.

[ Impact ]
Cannot view .fb2 (fictionbook) files.

[ Tests ]
Tested that after installing this patch, .fb2 can again be opened.


[ Risks ]
None.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing
      see below:

The only difference (besides debian changelog) is inclusion of the
following patch:

From 504eec7688e7139e9d193fc2b3ddafac0f835b6f Mon Sep 17 00:00:00 2001
From: Yaroslav Sidlovsky <zawertun@gmail.com>
Date: Mon, 12 Jul 2021 11:06:26 +0300
Subject: [PATCH] Fix non unique KPlugin Id for fictionbook generator

BUG: 439807
(cherry picked from commit 8dc58c7617abcacf9325e5b93a5e38149f6e2aaf)
---
 generators/fictionbook/libokularGenerator_fb.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generators/fictionbook/libokularGenerator_fb.json b/generators/fictionbook/libokularGenerator_fb.json
index 1ef01a2d5..3d499a50f 100644
--- a/generators/fictionbook/libokularGenerator_fb.json
+++ b/generators/fictionbook/libokularGenerator_fb.json
@@ -120,7 +120,7 @@
         "Description[x-test]": "xxA renderer for FictionBook eBooksxx",
         "Description[zh_CN]": "FictionBook 电子书渲染器",
         "Description[zh_TW]": "FictionBook 電子書成像器",
-        "Id": "okular_fax",
+        "Id": "okular_fictionbook",
         "License": "GPL",
         "MimeTypes": [
             "application/x-fictionbook+xml"


[ Other info ]
Upstream bug report: https://bugs.kde.org/show_bug.cgi?id=439807
fix will be included in 21.08 and probably backported to 21.04 branch by
upstream.


unblock okular/4:20.12.3-2

Reply to: