aboutsummaryrefslogtreecommitdiff
path: root/office/zathura-pdf-mupdf/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2015-05-11 20:41:46 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-17 23:45:50 +0700
commit6af4a5522670f351ea1b265332c1b722c2322903 (patch)
tree2dedd5a7bdb1452c04eae93fff60576eb27f957a /office/zathura-pdf-mupdf/README
parentef70875e1f61af6e82771c4e597e3f4b4ac85706 (diff)
office/zathura-pdf-mupdf: Updated for version 0.2.7.
Diffstat (limited to 'office/zathura-pdf-mupdf/README')
-rw-r--r--office/zathura-pdf-mupdf/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/office/zathura-pdf-mupdf/README b/office/zathura-pdf-mupdf/README
index 707c63c1af885..02740305b27d2 100644
--- a/office/zathura-pdf-mupdf/README
+++ b/office/zathura-pdf-mupdf/README
@@ -4,9 +4,9 @@ The zathura-pdf-mupdf plugin adds PDF support to zathura by using the
mupdf rendering library (replacing the poppler-based PDF support from
the zathura package).
-Note: This overwrites /usr/lib/zathura/pdf.so from the zathura
-package (replace lib with lib64 for 64-bit systems). zathura doesn't
-support having multiple plugins per filetype, so after installing
-zathura-pdf-mupdf, zathura will always use the mupdf backend. To switch
-back to the poppler backend, remove both zathura and zathura-pdf-mupdf,
-then reinstall zathura.
+To switch between the mupdf and poppler backends without reinstalling
+packages, adjust the symlink at /usr/lib(64)/zathura/pdf.so. It
+should point to either pdf-mupdf/pdf.so or pdf-poppler/pdf.so. You can
+also reinstall zathura to switch to the poppler backend, or reinstall
+zathura-pdf-mupdf to switch to the mupdf backend (whichever was installed
+last "wins").