GithubHelp home page GithubHelp logo

pwmt / zathura Goto Github PK

View Code? Open in Web Editor NEW
1.9K 23.0 136.0 3.73 MB

Document viewer

Home Page: https://pwmt.org/projects/zathura

License: zlib License

Vim Script 0.12% C 97.78% Meson 2.10%
document viewer gtk3

zathura's Introduction

zathura - a document viewer

zathura is a highly customizable and functional document viewer based on the girara user interface library and several document libraries.

Requirements

The following dependencies are required:

  • gtk3 (>= 3.24)
  • glib (>= 2.72)
  • girara (>= 0.4.3)
  • libmagic from file(1): for mime-type detection
  • json-glib
  • sqlite3 (>= 3.6.23): sqlite3 database backend

The following dependencies are optional:

  • libsynctex from TeXLive (>= 1.19): SyncTeX support
  • libseccomp: sandbox support

For building zathura, the following dependencies are also required:

  • meson (>= 0.61)
  • gettext
  • pkgconf

The following dependencies are optional build-time only dependencies:

  • librvsg-bin: PNG icons
  • Sphinx: manpages and HTML documentation
  • doxygen: HTML documentation
  • breathe: for HTML documentation
  • sphinx_rtd_theme: for HTML documentation

Note that Sphinx is needed to build the manpages. If it is not installed, the man pages won't be built. For building the HTML documentation, doxygen, breathe and sphinx_rtd_theme are needed in addition to Sphinx.

The use of libseccomp and/or landlock to create a sandboxed environment is optional and can be disabled by configure the build system with -Dseccomp=disabled and -Dlandlock=disabled. The sandboxed version of zathura will be built into a separate binary named zathura-sandbox. Strict sandbox mode will reduce the available functionality of zathura and provide a read only document viewer.

Installation

To build and install zathura using meson's ninja backend:

meson build
cd build
ninja
ninja install

Note that the default backend for meson might vary based on the platform. Please refer to the meson documentation for platform specific dependencies.

Bugs

Please report bugs at https://github.com/pwmt/zathura.

zathura's People

Contributors

aignas avatar ailrk avatar aroig avatar benoitknecht avatar carrotindustries avatar coroa avatar drselump14 avatar glenwinters avatar iamnotagenius avatar incorporated avatar int3 avatar jdujava avatar jonathannerat avatar jrmcornish avatar knuesel avatar laomuon avatar ldwgchen avatar maxhbr avatar mlq avatar pborzenkov avatar pickfire avatar rahulaggarwal965 avatar sanjayankur31 avatar sebastinas avatar sid-kap avatar tfaughnan avatar valoq avatar viktorwalter avatar w95psp avatar xlz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zathura's Issues

[Feature Request] Tabs

On GitLab by @pezcore on Feb 24, 2018, 17:52


Add the ability to have multiple PDFs open in a single window with tabs, similar to how modern web browsers like firefox allow multiple web pages.

xpdf currently implements this very well:

20180224_114323

The sidebar on the left shows 4 PDFs open simultaneously and the user can quickly page through them with a keyboard shortcut. This is a very useful feature and supports workflows where you might have zathura in one window along side your dev environment and you want to have multiple papers to reference while you work.

Documentation is seriously lacking

On GitLab by @mrbig on Apr 24, 2018, 13:46


It is not clear from the docs or the manpage how to use all the features in zathura. What is the correct syntax for .zathurarc? There are no examples of how mappings and settings actually look like. It is also not clear which parameters go with each option and how they interact. Some functionality is not even mentioned in the documentation. What are these guys talking about? Zathura is an excellent piece of software with lots of potential that I'm unable to explore because the documentation is insufficient.

Use configured font for link hints - [merged]

On GitLab by @knuesel on Jan 26, 2018, 14:24


Merges feature/links-font -> develop

While investigating issue 441 it appeared that the hint font setting was not working (cairo_select_font_face cannot take a full font description). Also the hint text is clipped to the link area, so the text is truncated if the link area is too small (for example after zooming out).

This MR fixes these two issues:

  • the font description is parsed with Pango to get the font size and family, and the font size is converted to device units (the size conversion takes a bit of work).
  • the rectangle for the link hint is redrawn in addition to the rectangle for the link area

Regarding issue 441: I'm not sure there was a problem in Zathura in the first place: the link hints look normal and legible on a HiDPI screen (even without HiDPI support in Zathura). This is thanks to the factor 2 scaling applied globally to the desktop (which used to make the PDF content blurry, but the hint was fine). So I wonder if the user simply didn't have any scaling enabled on the desktop, in which case the hints were small indeed.

In any case, this MR allows the user to select the hint font size, so it should fix issue 441.

** (zathura:3468): CRITICAL **: 18:56:18.678: girara_list_foreach: assertion 'list && list->start && callback' failed

On GitLab by @sanjay_ankur on May 17, 2018, 20:08


Each time I close a pdf (with Q), I seem to get this in the terminal. Here is an example run:

$ zathura -l debug pdfs/2018/2018-05-14.pdf
debug: ../girara/template.c:319: base_changed(): Variable 'session' not set.
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/pdf
debug: ../zathura/plugin.c:170: load_plugin(): Successfully loaded plugin from '/usr/lib64/zathura/libpdf-poppler.so'.
debug: ../zathura/plugin.c:173: load_plugin(): plugin pdf-poppler: version 0.2.9
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/postscript
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/eps
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/x-eps
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: image/eps
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: image/x-eps
debug: ../zathura/plugin.c:170: load_plugin(): Successfully loaded plugin from '/usr/lib64/zathura/libps.so'.
debug: ../zathura/plugin.c:173: load_plugin(): plugin ps: version 0.2.6
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: image/vnd.djvu
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: image/vnd.djvu+multipage
debug: ../zathura/plugin.c:170: load_plugin(): Successfully loaded plugin from '/usr/lib64/zathura/libdjvu.so'.
debug: ../zathura/plugin.c:173: load_plugin(): plugin djvu: version 0.2.8
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/x-cbr
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/vnd.rar
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/vnd.comicbook+zip
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/zip
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/x-cb7
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/x-7z-compressed
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/x-cbt
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/x-tar
debug: ../zathura/plugin.c:170: load_plugin(): Successfully loaded plugin from '/usr/lib64/zathura/libcb.so'.
debug: ../zathura/plugin.c:173: load_plugin(): plugin cb: version 0.1.8
debug: ../girara/session.c:896: girara_set_window_icon(): Loading window icon from file: /home/asinha/Documents/02_Code/00_repos/00_mine/00_research_diary/org.pwmt.zathura
debug: ../girara/session.c:905: girara_set_window_icon(): Failed to load window icon (file): Failed to open file “/home/asinha/Documents/02_Code/00_repos/00_mine/00_research_diary/org.pwmt.zathura”: No such file or directory
debug: ../girara/session.c:908: girara_set_window_icon(): Loading window icon with name: org.pwmt.zathura
debug: ../zathura/zathura.c:353: init_database(): Using plain database backend.
debug: ../zathura/dbus-interface.c:110: bus_acquired(): Bus acquired at 'org.pwmt.zathura.PID-3468'.
debug: ../zathura/dbus-interface.c:137: name_acquired(): Acquired 'org.pwmt.zathura.PID-3468' on session bus.
debug: ../zathura/content-type.c:97: guess_type_magic(): magic detected filetype: application/pdf
debug: ../zathura/file-monitor.c:140: zathura_filemonitor_new(): using glib file monitor
debug: ../zathura/zathura.c:986: document_open(): starting file monitor
debug: ../zathura/zathura.c:197: zathura_update_view_ppi(): monitor width: 309 mm, pixels: 1366, ppi: 112.286084
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 0 to 1365 x 1931 (595.276000 x 841.890000).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 1 to 1365 x 1931 (595.276000 x 841.890000).
debug: ../zathura/callbacks.c:235: cb_widget_screen_changed(): called
debug: ../zathura/zathura.c:1131: document_open(): Failed to load bookmarks.
debug: ../zathura/jumplist.c:160: zathura_jumplist_load(): No jumplist for this file in the database yet
debug: ../zathura/render.c:917: page_cache_is_cached(): Page 1 is a cache miss
debug: ../zathura/render.c:1017: zathura_renderer_page_cache_add(): Page 1 is cached at cache index 0
debug: ../zathura/render.c:843: render_job(): Rendering page 1 ...
debug: ../zathura/render.c:524: emit_completed_signal(): Emitting signal for page 1

** (zathura:3468): CRITICAL **: 18:56:18.678: girara_list_foreach: assertion 'list && list->start && callback' failed

I'm unsure if it's a bug, but I reckoned it's worth reporting anyway. I'm on Fedora 28 here:

$ rpm -qa \*zathura\*
zathura-cb-0.1.8-1.fc28.x86_64
zathura-plugins-all-0.3.9-2.fc28.x86_64
zathura-djvu-0.2.8-1.fc28.x86_64
zathura-ps-0.2.6-1.fc28.x86_64
zathura-0.3.9-2.fc28.x86_64
zathura-pdf-poppler-0.2.9-1.fc28.x86_64

Cheers!

Feature/hidpi - [merged]

On GitLab by @knuesel on Jan 23, 2018, 12:25


Merges feature/hidpi -> develop

Add support for HiDPI displays.

Changes compared to the commit mentioned in issue 429:

  • HiDPI changes are detected using the notify::scale-factor signal. I couldn't test it by moving the window between monitors, but it works when changing the scaling factor in the GNOME Shell tweak tool.
  • Preprocessor conditionals in config.mk to enable the code only for sufficiently recent GTK+ and Cairo.
  • The flicker artifact was due to an incorrect thumbnail scaling calculation. This is fixed here.

Design note: GTK+ gives a single scale factor, as integer. Meanwhile the changes proposed here work with separate x and y factors, as floating point values. This was chosen mainly to match the Cairo API. It could also prove useful soon, as it looks like GNOME will get support for fractional scaling (not sure what the API will be though) and fractional scaling is already supported by xrandr for example.

Scalable and multi size icons

On GitLab by @sanjay_ankur on Aug 9, 2018, 16:10


Would the svg version of the icon be available someplace? I could generate icons of different sizes so that they could be used with different screen resolutions. Currently, sometimes I don't get an icon on my bigger screens (and I assume the issue is that there is a single size icon available for zathura only):

$ rpmls zathura | grep icon
-rw-r--r--  /usr/share/icons/hicolor/128x128/apps/org.pwmt.zathura.png

Space scrolling (FULL_UP, FULL_DOWN )

On GitLab by @grayich on Dec 30, 2017, 11:01


When a space is scrolled, part of the text is not read. He goes to the edge.

solution: decrease direction to 0.95-0.97

shortcuts.c

559c559
<   double direction = 1;
---
>   double direction = 0.97;
562c562
<     direction = -1.0;
---
>     direction *= -1;
  /* compute the direction of scrolling */
  double direction = 0.97;
  if ((argument->n == LEFT) || (argument->n == FULL_LEFT) || (argument->n == HALF_LEFT) ||
      (argument->n == UP) || (argument->n == FULL_UP) || (argument->n == HALF_UP)) {
    direction *= -1;
  }

And it is better to make this variable convenient to change

Add "text selection"

On GitLab by @fffaaa on Jul 27, 2018, 18:40


As now, to copy some text, you need to draw a rectangle with your mouse over the text.

I would prefer "normal" text selection, where by "normal" I mean the way it works in your browser: I especially miss the double-click-to-highlight-single-word feature.

seccomp implementation - [closed]

On GitLab by @valoq on Dec 30, 2017, 13:54


Merges feature/seccomp -> master

Implements sandbox support using seccomp syscall filter to restrict the process.
Some of the original zathura features are not available with seccomp activated. e.g. there is no network access and consequently it is not possible to open links to external resources like websites.

The feature is disabled by default and can be activated by setting the build option WITH_SECCOMP=1

This has been successfully tested with all available plugins.

Some pages of some PDFs have a black background and poorly displayed text

On GitLab by @beelzebielsk on Jun 25, 2018, 23:46


I'm not sure what's causing the problem, but I'm using

  • Arch Linux
  • Version 0.3.3-3 of the MuPDF plugin
  • Version 0.4.0-4 of Zathura

I've seen this problem in two different PDFs, and the problem does not occur when I use the Poppler PDF plugin, nor does it occur when I switched to a different PDF viewer (evince).

Here's an example of the problem:
pic

Here's what the same page SHOULD look like:
better

Synctex Highlights stack, completely obscure text

On GitLab by @max-te on Jul 30, 2018, 16:21


I am using zathura as a viewer with LaTeXTools for Sublime Text.
Lines highlighted via synctex seem to be highlighted to varying degrees of opacity. Sometimes this can lead to completely unreadable text as seen here:
image

set highlight-transparency 0.05 alleviates this a bit, but leads to the highlighting being barely visible in other sections.

segfault on fast scrolling with zathura-pdf-mupdf

On GitLab by @koniu on Mar 9, 2018, 16:10


When fast scrolling through a PDF zathura crashes after a few pages fly past. It happens with any file. zathura et al freshly built from 'develop' branches, mupdf from 'master'.

Not a gdb whizz but got this backtrace:

Thread 5 (Thread 0xb2122b40 (LWP 7846)):
#0  0xb7f23ce9 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6e40627 in syscall () at ../sysdeps/unix/sysv/linux/i386/syscall.S:29
No locals.
#2  0xb7105d1b in g_cond_wait_until () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3  0xb70916ba in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4  0xb7091e80 in g_async_queue_timeout_pop () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5  0xb70e7308 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#6  0xb70e67aa in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#7  0xb6f1b27a in start_thread (arg=0xb2122b40) at pthread_create.c:333
        __res = <optimized out>
        pd = 0xb2122b40
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1225592832, 0, 4001536, -1307434520, 277226228, -677328131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 
              0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = 0
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#8  0xb6e44b56 in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:110
No locals.

Thread 4 (Thread 0xb5fb3b40 (LWP 7843)):
#0  0xb7f23ce9 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6e3ac5f in poll () at ../sysdeps/unix/syscall-template.S:84
No locals.
#2  0xb70ce180 in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3  0xb70be71c in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4  0xb70be854 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5  0xb70be8b0 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#6  0xb70e67aa in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#7  0xb6f1b27a in start_thread (arg=0xb5fb3b40) at pthread_create.c:333
        __res = <optimized out>
        pd = 0xb5fb3b40
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1225592832, 0, 4001536, -1241828888, -1029299461, -677328131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 
              0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = 0
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#8  0xb6e44b56 in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:110
No locals.

Thread 3 (Thread 0xb55ffb40 (LWP 7844)):
#0  0xb7f23ce9 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6e3ac5f in poll () at ../sysdeps/unix/syscall-template.S:84
No locals.
#2  0xb70ce180 in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3  0xb70be71c in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4  0xb70beb39 in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5  0xb72c9f05 in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
No symbol table info available.
#6  0xb70e67aa in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#7  0xb6f1b27a in start_thread (arg=0xb55ffb40) at pthread_create.c:333
        __res = <optimized out>
        pd = 0xb55ffb40
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1225592832, 0, 4001536, -1252003352, -1960434950, -677328131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 
              0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = 0
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#8  0xb6e44b56 in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:110
No locals.

Thread 2 (Thread 0xb6234940 (LWP 7842)):
#0  0xb2550308 in pdf_run_TL () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#1  0xb251c471 in pdf_process_keyword () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#2  0xb251ccc4 in pdf_process_stream () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#3  0xb251d2b9 in pdf_process_contents () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#4  0xb2532569 in pdf_run_page_contents_with_usage () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#5  0xb2532a38 in pdf_run_page_contents () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#6  0xb243fade in fz_run_page_contents () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#7  0xb243fbf3 in fz_run_page () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#8  0xb2432b5e in mupdf_page_extract_text (mupdf_document=0x10bf580, mupdf_page=0x1161ae8) at utils.c:24
        ctm = {a = 1, b = 0, c = 0, d = 1, e = 0, f = 0}
        text_device = 0x10c1800
#9  0xb2432a39 in pdf_page_get_text (page=0x1161ac0, mupdf_page=0x1161ae8, rectangle=..., error=0x0) at select.c:24
        document = <optimized out>
        mupdf_document = <optimized out>
        a = <optimized out>
        b = <optimized out>
#10 0x00465e6b in zathura_page_get_text (page=0x1161ac0, rectangle=..., error=0x0) at ../zathura/page.c:344
        plugin = 0x1036a68
        functions = 0x1036a6c
#11 0x0046941b in cb_zathura_page_widget_button_release_event (widget=0xed5398, button=0x1047420) at ../zathura/page-widget.c:977
        tmp = {x1 = -1.2410293385480127, y1 = -1.2410293385480127, x2 = 0, y2 = 0}
        scale = 0.80578272321102928
        text = 0xb6f21bba <__GI___pthread_getspecific+10> "\201\303", <incomplete sequence \324>
        __func__ = "cb_zathura_page_widget_button_release_event"
        oldx = 484
        oldy = 510
        priv = 0xed5278
        document = 0x10aa300
        scale = 0.80578272321102928
#12 0xb789b5f1 in ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
No symbol table info available.
#13 0xb71b2e5f in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#14 0xb71cd236 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#15 0xb71cded5 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#16 0xb79f3187 in ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
No symbol table info available.
#17 0xb7897fb2 in ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
No symbol table info available.
#18 0xb789a4de in gtk_main_do_event () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
No symbol table info available.
#19 0xb7597ea7 in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#20 0xb75cae07 in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#21 0xb70be4e9 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#22 0xb70be789 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#23 0xb70beb39 in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#24 0xb78993de in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
No symbol table info available.
#25 0x0044fe30 in main (argc=2, argv=0xbf870bc4) at ../zathura/main.c:301
        config_dir = 0x0
        data_dir = 0x0
        cache_dir = 0x0
        plugin_path = 0x0
        loglevel = 0x0
        password = 0x0
        synctex_editor = 0x0
        synctex_fwd = 0x0
        mode = 0x0
        forkback = false
        print_version = false
        page_number = -2147483648
        embed = 0
        entries = {{long_name = 0x4764d3 "reparent", short_name = 101 'e', flags = 0, arg = G_OPTION_ARG_INT, arg_data = 0xbf870aa8, 
            description = 0x4764dc "Reparents to window specified by xid (X11)", arg_description = 0x476507 "xid"}, {long_name = 0x47650b "config-dir", 
            short_name = 99 'c', flags = 0, arg = G_OPTION_ARG_FILENAME, arg_data = 0xbf870acc, description = 0x476516 "Path to the config directory", 
            arg_description = 0x476533 "path"}, {long_name = 0x476538 "data-dir", short_name = 100 'd', flags = 0, arg = G_OPTION_ARG_FILENAME, arg_data = 0xbf870ac8, 
            description = 0x476541 "Path to the data directory", arg_description = 0x476533 "path"}, {long_name = 0x47655c "cache-dir", short_name = 0 '\000', 
            flags = 0, arg = G_OPTION_ARG_FILENAME, arg_data = 0xbf870ac4, description = 0x476566 "Path to the cache directory", arg_description = 0x476533 "path"}, {
            long_name = 0x476582 "plugins-dir", short_name = 112 'p', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0xbf870ac0, 
            description = 0x476590 "Path to the directories containing plugins", arg_description = 0x476533 "path"}, {long_name = 0x4765bb "fork", 
            short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0xbf870ab3, description = 0x4765c0 "Fork into the background", arg_description = 0x0}, 
          {long_name = 0x4765d9 "password", short_name = 119 'w', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0xbf870ab8, 
            description = 0x4765e2 "Document password", arg_description = 0x4765d9 "password"}, {long_name = 0x4765f4 "page", short_name = 80 'P', flags = 0, 
            arg = G_OPTION_ARG_INT, arg_data = 0xbf870aac, description = 0x4765f9 "Page number to go to", arg_description = 0x47660e "number"}, {
            long_name = 0x476615 "log-level", short_name = 108 'l', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0xbf870abc, 
            description = 0x476620 "Log level (debug, info, warning, error)", arg_description = 0x476648 "level"}, {long_name = 0x47664e "version", 
            short_name = 118 'v', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0xbf870ab2, description = 0x476656 "Print version information", arg_description = 0x0}, 
          {long_name = 0x476670 "mode", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0xbf870ab4, 
            description = 0x476675 "Start in a non-default mode", arg_description = 0x476670 "mode"}, {long_name = 0x0, short_name = 0 '\000', flags = 0, 
            arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}}
        context = 0xec0628
        error = 0x0
        __func__ = "main"
        ret = 0
        has_double_dash = false
        file_idx_base = 1
        file_idx = 1
        zathura = 0xf0e4a0

Thread 1 (Thread 0xb17ffb40 (LWP 7847)):
#0  0xb2553020 in pdf_flush_text () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#1  0xb251c471 in pdf_process_keyword () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#2  0xb251ccc4 in pdf_process_stream () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#3  0xb251d2b9 in pdf_process_contents () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#4  0xb2532569 in pdf_run_page_contents_with_usage () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#5  0xb2532a38 in pdf_run_page_contents () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#6  0xb243fade in fz_run_page_contents () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#7  0xb243fbf3 in fz_run_page () from /usr/lib/i386-linux-gnu/zathura/pdf.so
No symbol table info available.
#8  0xb2432b5e in mupdf_page_extract_text (mupdf_document=0x10bf580, mupdf_page=0x1161ae8) at utils.c:24
        ctm = {a = 1, b = 0, c = 0, d = 1, e = 0, f = 0}
        text_device = 0x10c1800
#9  0xb2432a39 in pdf_page_get_text (page=0x1161ac0, mupdf_page=0x1161ae8, rectangle=..., error=0x0) at select.c:24
        document = <optimized out>
        mupdf_document = <optimized out>
        a = <optimized out>
        b = <optimized out>
#10 0x00465e6b in zathura_page_get_text (page=0x1161ac0, rectangle=..., error=0x0) at ../zathura/page.c:344
        plugin = 0x1036a68
        functions = 0x1036a6c
#11 0x0046941b in cb_zathura_page_widget_button_release_event (widget=0xed5398, button=0x1047420) at ../zathura/page-widget.c:977
        tmp = {x1 = -1.2410293385480127, y1 = -1.2410293385480127, x2 = 0, y2 = 0}
        scale = 0.80578272321102928
        text = 0xb6f21bba <__GI___pthread_getspecific+10> "\201\303", <incomplete sequence \324>
        __func__ = "cb_zathura_page_widget_button_release_event"
        oldx = 484
        oldy = 510
        priv = 0xed5278
        document = 0x10aa300
        scale = 0.80578272321102928
#12 0xb789b5f1 in ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
No symbol table info available.
#13 0xb71b2e5f in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#14 0xb71cd236 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#15 0xb71cded5 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#16 0xb79f3187 in ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
No symbol table info available.
#17 0xb7897fb2 in ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
No symbol table info available.
#18 0xb789a4de in gtk_main_do_event () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
No symbol table info available.
#19 0xb7597ea7 in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#20 0xb75cae07 in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#21 0xb70be4e9 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#22 0xb70be789 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#23 0xb70beb39 in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#24 0xb78993de in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
No symbol table info available.
#25 0x0044fe30 in main (argc=2, argv=0xbf870bc4) at ../zathura/main.c:301
        config_dir = 0x0
        data_dir = 0x0
        cache_dir = 0x0
        plugin_path = 0x0
        loglevel = 0x0
        password = 0x0
        synctex_editor = 0x0
        synctex_fwd = 0x0
        mode = 0x0
        forkback = false
        print_version = false
        page_number = -2147483648
        embed = 0
        entries = {{long_name = 0x4764d3 "reparent", short_name = 101 'e', flags = 0, arg = G_OPTION_ARG_INT, arg_data = 0xbf870aa8, 
            description = 0x4764dc "Reparents to window specified by xid (X11)", arg_description = 0x476507 "xid"}, {long_name = 0x47650b "config-dir", 
            short_name = 99 'c', flags = 0, arg = G_OPTION_ARG_FILENAME, arg_data = 0xbf870acc, description = 0x476516 "Path to the config directory", 
            arg_description = 0x476533 "path"}, {long_name = 0x476538 "data-dir", short_name = 100 'd', flags = 0, arg = G_OPTION_ARG_FILENAME, arg_data = 0xbf870ac8, 
            description = 0x476541 "Path to the data directory", arg_description = 0x476533 "path"}, {long_name = 0x47655c "cache-dir", short_name = 0 '\000', 
            flags = 0, arg = G_OPTION_ARG_FILENAME, arg_data = 0xbf870ac4, description = 0x476566 "Path to the cache directory", arg_description = 0x476533 "path"}, {
            long_name = 0x476582 "plugins-dir", short_name = 112 'p', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0xbf870ac0, 
            description = 0x476590 "Path to the directories containing plugins", arg_description = 0x476533 "path"}, {long_name = 0x4765bb "fork", 
            short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0xbf870ab3, description = 0x4765c0 "Fork into the background", arg_description = 0x0}, 
          {long_name = 0x4765d9 "password", short_name = 119 'w', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0xbf870ab8, 
            description = 0x4765e2 "Document password", arg_description = 0x4765d9 "password"}, {long_name = 0x4765f4 "page", short_name = 80 'P', flags = 0, 
            arg = G_OPTION_ARG_INT, arg_data = 0xbf870aac, description = 0x4765f9 "Page number to go to", arg_description = 0x47660e "number"}, {
            long_name = 0x476615 "log-level", short_name = 108 'l', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0xbf870abc, 
            description = 0x476620 "Log level (debug, info, warning, error)", arg_description = 0x476648 "level"}, {long_name = 0x47664e "version", 
            short_name = 118 'v', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0xbf870ab2, description = 0x476656 "Print version information", arg_description = 0x0}, 
          {long_name = 0x476670 "mode", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0xbf870ab4, 
            description = 0x476675 "Start in a non-default mode", arg_description = 0x476670 "mode"}, {long_name = 0x0, short_name = 0 '\000', flags = 0, 
            arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}}
        context = 0xec0628
        error = 0x0
        __func__ = "main"
        ret = 0
        has_double_dash = false
        file_idx_base = 1
        file_idx = 1
        zathura = 0xf0e4a0

and the console output

debug: girara/template.c:319: base_changed(): Variable 'session' not set.
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/pdf
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/oxps
debug: ../zathura/plugin.c:275: register_plugin(): plugin: filetype mapping addded: application/epub+zip
debug: ../zathura/plugin.c:170: load_plugin(): Successfully loaded plugin from '/usr/lib/i386-linux-gnu/zathura/pdf.so'.
debug: ../zathura/plugin.c:173: load_plugin(): plugin pdf-mupdf: version 0.3.2
debug: girara/config.c:41: cb_window_icon(): Failed to load window icon (file): Failed to open file '/home/koniu/org.pwmt.zathura': No such file or directory
debug: girara/config.c:42: cb_window_icon(): Trying name instead.
debug: ../zathura/zathura.c:353: init_database(): Using plain database backend.
debug: ../zathura/zathura.c:197: zathura_update_view_ppi(): monitor width: 361 mm, pixels: 1366, ppi: 96.111911
debug: ../zathura/dbus-interface.c:110: bus_acquired(): Bus acquired at 'org.pwmt.zathura.PID-8719'.
debug: ../zathura/zathura.c:197: zathura_update_view_ppi(): monitor width: 361 mm, pixels: 1366, ppi: 96.111911
debug: ../zathura/dbus-interface.c:137: name_acquired(): Acquired 'org.pwmt.zathura.PID-8719' on session bus.
debug: ../zathura/zathura.c:197: zathura_update_view_ppi(): monitor width: 361 mm, pixels: 1366, ppi: 96.111911
debug: ../zathura/content-type.c:97: guess_type_magic(): magic detected filetype: application/pdf
debug: ../zathura/file-monitor.c:140: zathura_filemonitor_new(): using glib file monitor
debug: ../zathura/zathura.c:986: document_open(): starting file monitor
debug: ../zathura/zathura.c:197: zathura_update_view_ppi(): monitor width: 361 mm, pixels: 1366, ppi: 96.111911
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 0 to 596 x 731 (740.159973 x 906.960022).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 1 to 596 x 731 (740.159973 x 906.960022).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 2 to 596 x 731 (740.159973 x 906.960022).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 3 to 596 x 731 (740.159973 x 906.960022).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 4 to 596 x 731 (740.159973 x 906.960022).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 5 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 6 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 7 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 8 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 9 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 10 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 11 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 12 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 13 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 14 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 15 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 16 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 17 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 18 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 19 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 20 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 21 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 22 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 23 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 24 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 25 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 26 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 27 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 28 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 29 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 30 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 31 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 32 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 33 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 34 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 35 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 36 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 37 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 38 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 39 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 40 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 41 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 42 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 43 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 44 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 45 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 46 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 47 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 48 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 49 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 50 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 51 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 52 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 53 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 54 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 55 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 56 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 57 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 58 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 59 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 60 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 61 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 62 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 63 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 64 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 65 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 66 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 67 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 68 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 69 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 70 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 71 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 72 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 73 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 74 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 75 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 76 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 77 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 78 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 79 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 80 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 81 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 82 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 83 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 84 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 85 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 86 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 87 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 88 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 89 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 90 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 91 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 92 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 93 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 94 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 95 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 96 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 97 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 98 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 99 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 100 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 101 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 102 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 103 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 104 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 105 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 106 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 107 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 108 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 109 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 110 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 111 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 112 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 113 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 114 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 115 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 116 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 117 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 118 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 119 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 120 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 121 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 122 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 123 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 124 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 125 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 126 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 127 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 128 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 129 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 130 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 131 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 132 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 133 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 134 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 135 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 136 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 137 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 138 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 139 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 140 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 141 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 142 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 143 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 144 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 145 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 146 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 147 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 148 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 149 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 150 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 151 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 152 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 153 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 154 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 155 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 156 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 157 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 158 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 159 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 160 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 161 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 162 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 163 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 164 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 165 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 166 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 167 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 168 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 169 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 170 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 171 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 172 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 173 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 174 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 175 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 176 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 177 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 178 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 179 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 180 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 181 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 182 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 183 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 184 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 185 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 186 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 187 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 188 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 189 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 190 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 191 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 192 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 193 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 194 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 195 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 196 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 197 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 198 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 199 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 200 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 201 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 202 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 203 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 204 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 205 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 206 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 207 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 208 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 209 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 210 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 211 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 212 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 213 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 214 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 215 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 216 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 217 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 218 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 219 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 220 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 221 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 222 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 223 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 224 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 225 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 226 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 227 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 228 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 229 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 230 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 231 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 232 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 233 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 234 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 235 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 236 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 237 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 238 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 239 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 240 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 241 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 242 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 243 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 244 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 245 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 246 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 247 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 248 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 249 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 250 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 251 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 252 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 253 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 254 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 255 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 256 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 257 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 258 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 259 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 260 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 261 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 262 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 263 to 577 x 666 (716.159973 x 826.080017).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 264 to 596 x 728 (740.159973 x 903.359985).
debug: ../zathura/render.c:869: render_all(): Queuing resize for page 265 to 596 x 731 (740.159973 x 906.960022).
debug: ../zathura/callbacks.c:235: cb_widget_screen_changed(): called
debug: ../zathura/zathura.c:1131: document_open(): Failed to load bookmarks.
debug: ../zathura/jumplist.c:160: zathura_jumplist_load(): No jumplist for this file in the database yet
debug: ../zathura/render.c:917: page_cache_is_cached(): Page 1 is a cache miss
debug: ../zathura/render.c:1017: zathura_renderer_page_cache_add(): Page 1 is cached at cache index 0
debug: ../zathura/render.c:843: render_job(): Rendering page 2 ...
debug: ../zathura/render.c:843: render_job(): Rendering page 1 ...
debug: ../zathura/render.c:524: emit_completed_signal(): Emitting signal for page 2
debug: ../zathura/render.c:524: emit_completed_signal(): Emitting signal for page 1
debug: ../zathura/render.c:917: page_cache_is_cached(): Page 2 is a cache miss
debug: ../zathura/render.c:1017: zathura_renderer_page_cache_add(): Page 2 is cached at cache index 1
debug: ../zathura/render.c:843: render_job(): Rendering page 3 ...
debug: ../zathura/render.c:917: page_cache_is_cached(): Page 3 is a cache miss
debug: ../zathura/render.c:1017: zathura_renderer_page_cache_add(): Page 3 is cached at cache index 2
debug: ../zathura/render.c:917: page_cache_is_cached(): Page 4 is a cache miss
debug: ../zathura/render.c:1017: zathura_renderer_page_cache_add(): Page 4 is cached at cache index 3
debug: ../zathura/render.c:843: render_job(): Rendering page 4 ...

Btw, zathura+mupdf is fantastic and I'd love to get this to work so if you need any more information (core file?) to help debug this just ask!

Typo in man page

On GitLab by @anntzer on Aug 24, 2018, 15:39


The man page currently reads

It is enough to pass the arguments to synctex view's -i option to zathura via --syntex-forward...

"--syntex-forward" should be "--synctex-forward".

sandbox fixes - [merged]

On GitLab by @valoq on Apr 15, 2018, 13:03


Merges master -> develop

Prevent zathura from crashing because of missing permissions to do exec in strict sandbox mode.

Note: Have been testing the strict mode for a while now and this seems to be the last bug caused by seccomp. It would be nice to have someone else test this as well, especially with latex features to possibly have the seccomp feature leave the experimental phase in the next release and get it enabled by default (in normal mode)

Gtk-Message: 12:47:16.019: GtkDialog mapped without a transient parent. This is discouraged

On GitLab by @sanjay_ankur on Apr 26, 2018, 14:53


I get this warning on the terminal each time I open the print dialog. Not sure what it's about, but thought it may be worth mentioning here.

rpm -qa \*zathura\*
zathura-0.3.9-2.fc28.x86_64
zathura-djvu-0.2.8-1.fc28.x86_64
zathura-pdf-poppler-0.2.9-1.fc28.x86_64
zathura-ps-0.2.6-1.fc28.x86_64
zathura-cb-0.1.8-1.fc28.x86_64
zathura-plugins-all-0.3.9-2.fc28.x86_64

Bug with feedkeys

On GitLab by @urbainvaes on Sep 7, 2018, 15:37


map Z feedkeys ":exec<Space>sh<Space><Space><Space><Space><Space><Space><Space><Space><Space><Space><Space>"

Gives

:exec sh <Space><Space><Space><Space><Space><Space><Space><Space><Space>

Some <Space>s are expanded, others are not... Same thing applies with <Return>: when at the end of a command, it is often not replaced by a literal ^M.

add gio download - [merged]

On GitLab by @carrotIndustries on Dec 2, 2015, 23:00


Merges features/gio-download -> develop

Make zathura able to open remote documents (http, ftp, etc) using GIO by copying them to a temporary file.

pending issues:

  • no progress indication
  • file name of temporary file displayed in status bar

Fix build without synctex - [closed]

On GitLab by @jpalus on Dec 28, 2015, 22:28


Merges master -> develop

When building zathura WITH_SYNCTEX=0 compilation fails:

zathura/main.c: In function 'main':
zathura/main.c:254:26: error: 'synctex_editor' undeclared (first use in this function)
       plugin_path, argv, synctex_editor, embed);

[Feature Request] Show document front cover as window icon

On GitLab by @plalloni on Mar 31, 2018, 17:36


One feature I miss from other PDF viewers is that of using the document front cover as the window icon for window managers, task bars, etc.

This feature is really helpful for my workflow when having many open documents and needing to switch frequently between them.

Add a search path for ZATHURA_PLUGIN_PATH. - [merged]

On GitLab by @mbakke on Mar 28, 2018, 16:56


Merges plugindir -> develop

Hello!

This patch allow users to look up the plugin directory by an environment variable.

This is useful for distributions such as NixOS and Guix, where each package installs to an isolated read-only directory, and profiles are composed by adding symlinks to the respective package outputs.

Thus, the plugin path is something like ~/.guix-profile/lib/zathura, but Zathura itself is installed to /gnu/store/mwiyi6nkkm82i50fhb7jyixss1mlswcf-zathura-0.3.9 and plugins live in similar unpredictable locations.

Map Umlauts öäü

On GitLab by @bennebartsch on Jun 18, 2018, 12:44


Is it possible to map Umlauts (äöü)?

libsynctex version check for new API doesn't check for upstream version

On GitLab by @kyrias on May 27, 2018, 02:30


When zathura was updated to support libsynctex's new API it was made to look for libsynctex version 2.0.0 to decide whether to use the old or new API, but TeXLive did not bump the libsynctex version to 2.0.0, instead itcat is reported as 1.21.0.

Debian however contains their own downstream patch to make it report 2.0.0, but that is not upstream behavior.

https://github.com/TeX-Live/texlive-source/blob/cf44eb85489078e69a724b2b46d0000ac0691c46/texk/web2c/synctexdir/synctex.pc.in
https://github.com/TeX-Live/texlive-source/blob/cf44eb85489078e69a724b2b46d0000ac0691c46/texk/web2c/synctexdir/synctex_parser_version.txt

[zathura-pdf-mupdf] Can't build master: Tried to access unknown option "link-external"

On GitLab by @marcelpaulo on May 24, 2018, 19:56


I'm trying to build pwmt/zathura-pdf-mupdf@8d27748 using meson 0.46.1 with mupdf 1.13.0 on Xubuntu 18.04, and meson build fails with this error:

meson.build:34:3: ERROR:  Tried to access unknown option "link-external".

I searched for link-external on https://github.com/mesonbuild/meson, to check whether it was added by a commit after the 0.46.1 release but couldn't find anything.

Here's the full build log:

Build started at 2018-05-24T14:34:34.933529
Main binary: /usr/bin/python3
Python system: Linux
The Meson build system
Version: 0.46.1
Source dir: /home/paulo/src/zathura-pdf-mupdf
Build dir: /home/paulo/src/zathura-pdf-mupdf/build
Build type: native build
Project name: zathura-pdf-mupdf
Sanity testing C compiler: cc
Is cross compiler: False.
Sanity check compiler command line: cc /home/paulo/src/zathura-pdf-mupdf/build/meson-private/sanitycheckc.c -o /home/paulo/src/zathura-pdf-mupdf/build/meson-private/sanitycheckc.exe
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command: /home/paulo/src/zathura-pdf-mupdf/build/meson-private/sanitycheckc.exe
Native C compiler: cc (gcc 7.3.0 "cc (Ubuntu 7.3.0-16ubuntu3) 7.3.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Determining dependency 'zathura' with pkg-config executable '/usr/bin/pkg-config'
Native dependency zathura found: YES 0.4.0
Determining dependency 'girara-gtk3' with pkg-config executable '/usr/bin/pkg-config'
Native dependency girara-gtk3 found: YES 0.3.0
Determining dependency 'glib-2.0' with pkg-config executable '/usr/bin/pkg-config'
Native dependency glib-2.0 found: YES 2.56.1
Determining dependency 'cairo' with pkg-config executable '/usr/bin/pkg-config'
Native dependency cairo found: YES 1.15.10
Running compile:
Working directory:  /tmp/tmpa4_2bitq
Command line:  cc /tmp/tmpa4_2bitq/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /tmp/tmpa4_2bitq/output.exe -O0 -Wl,--start-group -lmupdf -Wl,--end-group 

Code:
 int main(int argc, char **argv) { return 0; }
Compiler stdout:
 
Compiler stderr:
 
Library mupdf found: YES
Running compile:
Working directory:  /tmp/tmp66o8q2uu
Command line:  cc /tmp/tmp66o8q2uu/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /tmp/tmp66o8q2uu/output.exe -O0 -Wl,--start-group -lmupdfthird -Wl,--end-group 

Code:
 int main(int argc, char **argv) { return 0; }
Compiler stdout:
 
Compiler stderr:
 
Library mupdfthird found: YES

meson.build:34:3: ERROR:  Tried to access unknown option "link-external".

`blist` command does not work as expected

On GitLab by @marcel on Dec 9, 2017, 24:36


Hi.

The blist command is not working as expected.

From the man page:

blist List bookmarks

The way I read it, after having created bookmarks with bmark, I would be able to list them with blist with no arguments. However, when I do this (run blist with no arguments), I get Invalid number of arguments given. I can jump to a bookmark if I specify it after, but I cannot list them. Could this behaviour be added (another cool feature would be a bookmark list like the index)? If this is not the intended behaviour, could the man page be updated to make it more clear?

Thanks!

enable seccomp by default - [merged]

On GitLab by @valoq on Jun 1, 2018, 17:24


Merges master -> develop

After some month of using zathura in strict sandbox mode without discovering new bugs, I believe seccomp can be enabled by default in the next release.

Since the default sandbox value is set to "normal" which should not interfere with normal operation anyway, new bugs resulting from the use of seccomp will likely only affect thuse who have the sandbox value set to "strict".

Before new releases are published I would advise for a quick test in strict sandbox mode to discover new bugs resulting from new functionality or changed library behavior. I will try to support this as best I can and periodically test the development branch to make sure no new bugs are introduced through seccomp.

Allow showing quickmarks

On GitLab by @pezcore on Feb 24, 2018, 18:28


Zathura allows setting and retrieving "quickmarks" with mX and 'X, however once a user has set a quickmark, they must remember its character in order to retieve it. Once forgotton, the quickmark becomes useless; without the ability to display a list of existing quickmarks, the entire quickmark feature has very little value.

"Use G_ADD_PRIVATE" crashes on glib 2.56.2

On GitLab by @kshpytsya on Sep 10, 2018, 13:38


Commit a4d1df8 causes zathura to crash at start:

**
GLib-GObject:ERROR:/var/tmp/portage/dev-libs/glib-2.56.2/work/glib-2.56.2/gobject/gobject.c:1807:g_object_new_internal: assertion failed: (nqueue
!= NULL)

glib 2.56.2 is the current version on "gentoo unstable". Ubuntu bionic beaver appears to have 2.56.1.

The crash appears on both zathura installed via package manager (configured to use git develop branch) and the one manually built from git develop branch (commit 8272e37). The crash goes away if commit a4d1df8 is reverted.

New version of libsynctex causes zathura to fail to start - undefined symbol synctex

On GitLab by @Aenda on May 2, 2018, 24:51


Libsynctex 2018.47465-1 is now available in the Arch Linux testing repositories. When trying to run zathura (zathura 0.3.9
girara 0.2.9, runtime: 0.2.9) after upgrading, it will fail to start and say zathura: symbol lookup error: zathura: undefined symbol: synctex_next_result. Downgrading to libsynctex-2017.44590-14 is a temporary fix.

`set window-icon` not in zathurarc

On GitLab by @marcel on Feb 5, 2018, 19:34


If I run set window-icon /home/marcel/.icons/flat_remix/apps/scalable/application-pdf.svg it works as expected. If i put this line in my zathurarc I get an empty icon. I know my zathurarc is being read because if I put gibberish in it I get an error.

zathura -v:

zathura 0.3.8
(plugin) pdf-mupdf (0.3.2) (/usr/lib/zathura/pdf.so)
(plugin) djvu (0.2.7) (/usr/lib/zathura/djvu.so)

Thanks!

Large document is not drawn correctly

On GitLab by @anatol on Jun 13, 2018, 23:33


I am trying to open a large PDF with zathura but all I see is black screen. I try to scroll up and down - status bar shows pages are changed, but it does not improve the screen issue.

I tried it at Arch and Ubuntu linux.

To reproduce the issue please download this Intel manual and try to open https://software.intel.com/en-us/download/intel-64-and-ia-32-architectures-sdm-combined-volumes-1-2a-2b-2c-2d-3a-3b-3c-3d-and-4

[Feature request] Session management

On GitLab by @urbainvaes on Sep 7, 2018, 14:02


It would be great if zathura could handle sessions the way qutebrowser does. Sometimes I have a lot of PDF files open and, when I have to turn off my laptop, I would like to keep them in memory for the next time I open zathura. In qutebrowser, this can be done by passing the -s flag to the quit command.

PS: I'd be happy to help, with a bit of guidance!

[zathura-pdf-mupdf] Build fails compiling document.c: ‘PDF_NAME_Info’ undeclared

On GitLab by @marcelpaulo on Apr 29, 2018, 07:58


I'm trying to build zathura-pdf-mupdf pwmt/zathura-pdf-mupdf@cb22ce9 on Xubuntu 18.04, using mupdf built from current master (f4d01e23), but it fails when compiling document.c:

+paulo@monk:~/src/zathura-pdf-mupdf/build$ ninja
[1/2] Compiling C object 'pdf-mupdf@sha/zathura-pdf-mupdf_document.c.o'.
FAILED: pdf-mupdf@sha/zathura-pdf-mupdf_document.c.o
cc -Ipdf-mupdf@sha -I. -I.. -I/usr/local/include -I/usr/include/json-c -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -O0 -g -fPIC -pthread -DVERSION_MAJOR=0 -DVERSION_MINOR=3 -DVERSION_REV=3 -D_DEFAULT_SOURCE -Wall -Wextra -pedantic -Werror=implicit-function-declaration -Werror=vla -fvisibility=hidden  -MD -MQ 'pdf-mupdf@sha/zathura-pdf-mupdf_document.c.o' -MF 'pdf-mupdf@sha/zathura-pdf-mupdf_document.c.o.d' -o 'pdf-mupdf@sha/zathura-pdf-mupdf_document.c.o' -c ../zathura-pdf-mupdf/document.c
../zathura-pdf-mupdf/document.c: In function ‘pdf_document_get_information’:
../zathura-pdf-mupdf/document.c:141:69: error: ‘PDF_NAME_Info’ undeclared (first use in this function); did you mean ‘PDF_ENUM_NAME_Info’?                                                       
     pdf_obj* info_dict = pdf_dict_get(mupdf_document->ctx, trailer, PDF_NAME_Info);
                                                                     ^~~~~~~~~~~~~
                                                                     PDF_ENUM_NAME_Info
../zathura-pdf-mupdf/document.c:141:69: note: each undeclared identifier is reported only once for each function it appears in                                                                   
ninja: build stopped: subcommand failed.

Here's the output from meson build:

+paulo@monk:~/src/zathura-pdf-mupdf$ meson build/
The Meson build system
Version: 0.46.0
Source dir: /home/paulo/src/zathura-pdf-mupdf
Build dir: /home/paulo/src/zathura-pdf-mupdf/build
Build type: native build
Project name: zathura-pdf-mupdf
Native C compiler: cc (gcc 7.3.0 "cc (Ubuntu 7.3.0-16ubuntu3) 7.3.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Native dependency zathura found: YES 0.3.9
Native dependency girara-gtk3 found: YES 0.2.9
Native dependency glib-2.0 found: YES 2.56.1
Native dependency cairo found: YES 1.15.10
Library mupdf found: YES
Library mupdf-third found: YES
Compiler for C supports arguments -Wall: YES
Compiler for C supports arguments -Wextra: YES
Compiler for C supports arguments -pedantic: YES
Compiler for C supports arguments -Werror=implicit-function-declaration: YES
Compiler for C supports arguments -Werror=vla: YES
Compiler for C supports arguments -fvisibility=hidden: YES
Build targets in project: 1
Found ninja-1.8.2.git at /usr/local/bin/ninja

I searched mupdf header files to no avail:

+paulo@monk:~/src/zathura-pdf-mupdf/build$ grep -RE 'PDF.+Info' /usr/local/include/mupdf/
/usr/local/include/mupdf/pdf/name-table.h:PDF_MAKE_NAME("CIDSystemInfo", CIDSystemInfo)
/usr/local/include/mupdf/pdf/name-table.h:PDF_MAKE_NAME("Info", Info)

I get the impression the mupdf interface changed.

Sandbox fixes - [closed]

On GitLab by @valoq on Apr 14, 2018, 18:30


Merges master -> develop

Prevent zathura from crashing because of missing permissions to do exec in strict sandbox mode.

Note:
Have been testing the strict mode for a while now and this seems to be the last bug caused by seccomp.
It would be nice to have someone else test this as well, especially with latex features to possibly have the seccomp feature leave the experimental phase in the next release and get it enabled by default (in normal mode)

[Feature Request] Annotations

On GitLab by @gblanco on Mar 11, 2018, 22:24


Hello Zathura Team!

First of all, thank you very much for this great product you tailor! It is by far my most preferred pdf viewer (also a vim lover), I've been using it for years now.

The only feature I miss in zathura is the possibility of creating annotations, it really breaks the workflow to switch from one viewer to another just to annotate something and come back to zathura. I could read everything on any other pdf viewer, but they all fail not being like zathura... :(.

Before filling this issue I've carefully looked at the code of both mupdf and poppler plugins in the hope of finding a suitable way of adding this feature and implement it myself. In the end I recognized it should be added at the core level, so I went straight to the zathura code and saw a feature/annotations branch, but also, that is really out of my possibilities to implement it myself.

Best regards,
Guillermo.

Feature/physical size - [merged]

On GitLab by @knuesel on Feb 11, 2018, 15:36


Merges feature/physical-size -> develop

Currently, the real scale calculation done by page_calc_height_width defines the 100% zoom level as "1 point in document" (1/72 inch) = "1 pixel". This MR implements a real scale calculation based on the monitor DPI. 100% zoom is defined as "1 point in document" = "1 point on monitor (physically)". This way, the size of the document on the screen matches the size it would have on paper.

This should fix issue 655.

[Feature Request] Adding Trim margin zoom mode

On GitLab by @fauve on Jun 18, 2018, 21:14


Add the ability to view pdf documents without their margins and allow the user to focus on text content. Especially for LaTeX users who have very large margins. This feature is implemented in Okular.

For example, if I take the following pdf file:

view

We can see that he have to much margin:

view-trim-legende

And the goal is to show only the blue area witch is the only important area, and we will get a rendering like this:

trimed

For this feature, we can use the x key binding, because x isn’t used by another feature in Zathura and the X letter remember the scissor form ✂️. Then, the x key will toggle the trimed and the no-trimed mode.

Most pages from PDF "Effective Perl Programming" rendered poorly using zathura-pdf-mupdf plugin but correctly with mupdf itself

On GitLab by @marcelpaulo on May 24, 2018, 20:40


I've observed that most pages from PDF book Effective Perl Programming are rendered very poorly using plugin zathura-pdf-mupdf, for instance page 25:
image
but they are rendered correctly using mupdf itself:
image

This discrepancy puzzled me since I assumed that as both zathura and mupdf are using the same rendering backend, the results should be the same.

I'm built all software from source on Xubuntu 18.04: mupdf 1.13.0, zathura d7a0620, pwmt/zathura-pdf-mupdf@1f51706.

Here's that particular page from the book:
Export_Pages_Effective_Perl_Programming.pdf

Not all pages are rendered poorly, but most pages after page 25. Here's the full book:
Effective_Perl_Programming.pdf

Let me know how I can help debug this further.

[Feature request] Adding side-bar index

On GitLab by @fauve on Jun 18, 2018, 23:17


Adding a sidebar showing the PDF index. It could be toggle showen/unshowing with a key (for example + or F9).

For the moment there is in Zathura an Index mode, but it’s a mode, it completely hide the ridden document and take the full width of the windows.

I was thanking of a side bar witch only take ~20% of the window, for example. I made a mokup for this:

mokup

So, as in the mokup, it would be nice if the pdf document was centered in the no-index zone

And, it would be great if we could navigate in this sidebar without changing the mode, just by adding a prefix key to index mode bindings, like, for example alt.

This is an example I made (but it could be something else):

alt+k, alt+j
Move to upper or lower entry
alt+l
Expand entry
alt+L
Expand all entries
alt+h
Collapse entry
alt+H
Collapse all entries
alt+space, alt+Return
Select and open entry

Thank you o/
Zathura is a great thing.

add missing syscall - [closed]

On GitLab by @valoq on Mar 24, 2018, 17:04


Merges master -> develop

Starting with zathura 0.3.9 and the new build system, I could reproduce crashes on exit (pressing q) and sometimes without interaction after the document had opened.

The process was killed because the getpeername syscall was not whitelisted.

I am not sure what changed to require this syscall and would like to ask if anyone else can reproduce this issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.