You are not logged in.

#101 2012-01-20 13:45:46

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: zathura - a document viewer

There's a typo in the manual:

recoler_lightcolor

gh · da · ds

Offline

#102 2012-02-09 01:45:01

mlq
Member
Registered: 2011-03-15
Posts: 171
Website

Re: zathura - a document viewer

Hello,

We now have implemented all features which were available in the latest stable release for the new version (in the develop branch of the git repository). We are happy to announce that we have no reached a state where the develop version should be suitable for daily usage.

Even though we still lack some documentation (see http://doc.pwmt.org) it would be great if you could give it a shot and give us useful feedback.

Best regards

Offline

#103 2012-02-09 09:19:44

donbex
Member
Registered: 2010-12-23
Posts: 53

Re: zathura - a document viewer

This is definitely good news, thank you very much! Is there any way we could help out with the documentation?

By the way, there is a pdf file which gives me some issues. It reads fine with mupdf, but I haven't tried with an older zathura revision yet. Here is the output:

$zathura all_topologies_come_from_generalized_metrics.pdf 
info: successfully loaded plugin /usr/lib/zathura/ps.so
info: successfully loaded plugin /usr/lib/zathura/djvu.so
info: successfully loaded plugin /usr/lib/zathura/pdf.so
error: Could not open configuration file '/etc/xdg/zathurarc'
error: Could not open configuration file '/etc/zathurarc'
warning: pixmap memory exceeds soft limit 224M + 37M > 256M
+ pdf/pdf_image.c:168: pdf_load_image_imp(): out of memory
| pdf/pdf_image.c:349: pdf_load_image(): cannot load image (61 0 R)
| pdf/pdf_interpret.c:1432: pdf_run_Do(): cannot load image (61 0 R)
\ pdf/pdf_interpret.c:2029: pdf_run_keyword(): cannot draw xobject/image

What happens is that it stops loading new pages at some point (for lack of memory, it seems). Could this be due to the temporary fix for my previous issue?

Offline

#104 2012-02-09 15:50:07

wsliang
Member
Registered: 2012-01-30
Posts: 10

Re: zathura - a document viewer

I can't seem to read ps files -- the djvu and mupdf plugins are working fine, but when I try to open a ps file, I get "error: Could not open document." I've tried this on 3 separate ps files so far, and none work.

Also, the "autoreload file on change" seems to lose its position when it reloads --  it jumps the top of the previous page, it seems.

Offline

#105 2012-02-09 16:01:53

mlq
Member
Registered: 2011-03-15
Posts: 171
Website

Re: zathura - a document viewer

Hello,

wsliang wrote:

I can't seem to read ps files -- the djvu and mupdf plugins are working fine, but when I try to open a ps file, I get "error: Could not open document." I've tried this on 3 separate ps files so far, and none work.

Fixed.

Best regards

Offline

#106 2012-02-09 17:20:47

wsliang
Member
Registered: 2012-01-30
Posts: 10

Re: zathura - a document viewer

cool. one other bug: with pages-per-row = 2, "K" (going up a page, or more accurately, 2 pages in this case) does not work properly. if it is in the middle of a page, then it moves to the top of the page, but if it is already at the top of a page, it does nothing. "J" however works fine.

Offline

#107 2012-02-12 14:27:32

misc
Member
From: Bavaria, Germany
Registered: 2010-03-22
Posts: 115

Re: zathura - a document viewer

This recent git commit has zathura immediately crash with a segfault if I use "set pages-per-row" with any number in zathurarc.

Offline

#108 2012-02-12 14:34:30

mlq
Member
Registered: 2011-03-15
Posts: 171
Website

Re: zathura - a document viewer

misc wrote:

This recent git commit has zathura immediately crash with a segfault if I use "set pages-per-row" with any number in zathurarc.

Thanks, fixed with 1c27cdd2a6e80a8bcec266e1cc3.

Best regards

Offline

#109 2012-02-13 18:12:11

OK100
Member
From: [U==]
Registered: 2010-04-26
Posts: 455

Re: zathura - a document viewer

With mupdf backend, searching for text with / does nothing.

Offline

#110 2012-02-14 19:28:14

OK100
Member
From: [U==]
Registered: 2010-04-26
Posts: 455

Re: zathura - a document viewer

Is it possible to set default zoom level to fit to width?

Offline

#111 2012-02-14 19:44:50

mlq
Member
Registered: 2011-03-15
Posts: 171
Website

Re: zathura - a document viewer

Hello,

Not every functionality has been implemented in each plugin yet besides zathura-pdf-poppler.

OK100 wrote:

Is it possible to set default zoom level to fit to width?

Put the following line in your zathurarc:

set adjust-open width

Best regards

Offline

#112 2012-02-14 20:19:13

OK100
Member
From: [U==]
Registered: 2010-04-26
Posts: 455

Re: zathura - a document viewer

mlq wrote:
OK100 wrote:

Is it possible to set default zoom level to fit to width?

Put the following line in your zathurarc:

set adjust-open width

Thanks.

Another thing, I want to map F1 to one page and F2 to two pages per row:

map <F1> set pages-per-row 1
map <F2> set pages-per-row 2

But after press F1 or F2 it only shows on the bottom:

pages-per-row: 1

Offline

#113 2012-02-14 20:57:02

mlq
Member
Registered: 2011-03-15
Posts: 171
Website

Re: zathura - a document viewer

Hello,

Change it to:

map <F1> set "pages-per-row 1"
map <F2> set "pages-per-row 2"

Best regards

Offline

#114 2012-02-19 14:30:32

OK100
Member
From: [U==]
Registered: 2010-04-26
Posts: 455

Re: zathura - a document viewer

I have another issue. When the opened file changes, it should reload, but instead it closes.

Offline

#115 2012-02-19 23:58:58

misc
Member
From: Bavaria, Germany
Registered: 2010-03-22
Posts: 115

Re: zathura - a document viewer

It would be nice to have a way for :open to work relative to the path of the file passed as argument, instead of to $PWD.

Also, an alternative to tab for completion that only circled through the documents of the chosen directory would be great — and having tab not list hidden folders.

Cosmetics: If one tab completes e. g. ":open /mn", zathura adds a leading /, i. e. ":open //mnt/".

"scroll full-[up/down]" is off by a pixel for each step (not adding page-padding, perhaps?); "navigate previous" continues to fail at certain points.

e: Submitted to bugtracker.

Last edited by misc (2012-02-20 19:30:58)

Offline

#116 2012-02-20 08:28:18

mlq
Member
Registered: 2011-03-15
Posts: 171
Website

Re: zathura - a document viewer

Hello,

It would be nice if you all could fill in those bugs and feature requests on the bug tracker. This would make things much easier for us.

Best regards

Offline

#117 2012-02-21 21:39:32

mlq
Member
Registered: 2011-03-15
Posts: 171
Website

Re: zathura - a document viewer

Hello,

Finally we are able to release the first stable version of zathura which is built upon girara and gives us the possibility to view other document types besides PDF. We have to admit that it took us quite some time to finish this release, but we think that it was worth it. In addition we have released the first stable version of the poppler plugin.

Best regards

Offline

#118 2012-02-22 10:20:59

gorilla
Member
From: Berlin
Registered: 2010-06-15
Posts: 72

Re: zathura - a document viewer

Wow, congratulations!!! Also the documentation is very good. I only get a problem when building on Slackware 13.37. It says that it couldn't find the zathura.desktop file - Well, it's just a minor issue....

Offline

#119 2012-02-22 11:17:21

mlq
Member
Registered: 2011-03-15
Posts: 171
Website

Re: zathura - a document viewer

Hello,

gorilla wrote:

Wow, congratulations!!! Also the documentation is very good. I only get a problem when building on Slackware 13.37. It says that it couldn't find the zathura.desktop file - Well, it's just a minor issue....

Thanks for letting me know; I repackaged the zathura-0.1.0.tar.gz file since we forgot to include the file in the dist target. Please redownload it and you should be fine.

Best regards

Offline

#120 2012-02-22 11:45:53

gorilla
Member
From: Berlin
Registered: 2010-06-15
Posts: 72

Re: zathura - a document viewer

You are welcome!
It works now. :-)

Offline

#121 2012-02-27 20:02:57

OK100
Member
From: [U==]
Registered: 2010-04-26
Posts: 455

Re: zathura - a document viewer

When I print some document that has smaller page size than A4, it is always placed in the top-left corner. Is it possible to print it to center?

Offline

#122 2012-03-03 16:43:30

brianb
Member
From: Montreal, QC
Registered: 2012-02-17
Posts: 81
Website

Re: zathura - a document viewer

I'm trying to get zathura working with tabbed, but unfortunately I have no experience at all with tabbed. I've managed to open a zathura window in tabbed by first running tabbed, getting the xid, and then running zathura -e followed by the xid. (This should be easily scriptable...I'm just trying to get the basics first.)

However, once I have zathura running in tabbed, none of the zathura keybindings work. Is this something I need to configure on the tabbed end? Any help would be appreciated.

Offline

#123 2012-03-05 20:42:10

misc
Member
From: Bavaria, Germany
Registered: 2010-03-22
Posts: 115

Re: zathura - a document viewer

A recent git commit has compilation abort with:

make[1]: Leaving directory `/var/abs/local/yaourtbuild/zathura-git/src/zathura-build/po'
installing executable file
installing header files
installing manual pages
/bin/sh: line 9: @chmod: command not found

edit: It's fixed.

Last edited by misc (2012-03-06 13:38:56)

Offline

#124 2012-03-08 12:56:51

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: zathura - a document viewer

Hrmm… I'm getting an error when I try to build zathura-pdf-poppler-git:

(...)
==> Starting make...
Cloning into '/home/runiq/pkg/zathura-pdf-poppler-git/src/zathura-pdf-poppler-build'...
done.
pdf build options:
CFLAGS  = -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -std=c99 -fPIC -pedantic -Wall -Wno-format-zero-length -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15   -pthread -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15     -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15  
LDFLAGS = -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu
DFLAGS  = -g
CC      = cc
CC pdf.c
pdf.c: In function 'pdf_document_open':
pdf.c:66:22: error: 'struct <anonymous>' has no member named 'page_image_get_cairo'
make: *** [pdf.o] Error 1
==> ERROR: A failure occurred in build().
(...)

Haven't found anything pertaining to this on the bug tracker or on Google.

Offline

#125 2012-03-08 18:03:37

mlq
Member
Registered: 2011-03-15
Posts: 171
Website

Re: zathura - a document viewer

Hello,

Is your zathura installation up-to-date?

Best regards

Offline

Board footer

Powered by FluxBB