You are not logged in.

#201 2010-04-23 20:53:13

0ld
Member
Registered: 2010-04-16
Posts: 4

Re: zathura - a PDF viewer

I've noticed that reload of modified document doesn't work only if the recolor is on.
But if recolor is off it works well.

Last edited by 0ld (2010-04-23 21:35:13)

Offline

#202 2010-04-24 15:53:46

gtfernandezm
Member
From: Eliot, ME
Registered: 2010-04-06
Posts: 38

Re: zathura - a PDF viewer

I am going to make myself feel really stupid, but I have gone through all the steps I can think of to find this information before asking. Where is the config.h file located? Someone asked before and was told it was in the same directory zathura was compiled in, but I installed via pacman, and I don't really know enough about the installation process to understand where I should be looking, Any help would be appreciated.

Offline

#203 2010-04-24 16:22:27

0ld
Member
Registered: 2010-04-16
Posts: 4

Re: zathura - a PDF viewer

I'm sorry I don't know there exactly with Arch using. But in Gentoo if you use savedconfig flag portage stores config file in /etc/portage/savedconfig/packagename.
I think that something like this should be with pacman.

Offline

#204 2010-04-25 22:03:01

lth
Member
Registered: 2009-01-23
Posts: 3

Re: zathura - a PDF viewer

Since the config.h is used during compile time, I don't think you'll get it in the binary you got from pacman. You'll probably need to build from abs or something.

Offline

#205 2010-04-25 22:16:42

xenox
Member
Registered: 2010-04-25
Posts: 2

Re: zathura - a PDF viewer

I made a modification of the define LIST_PRINTER_COMMAND in the file config.h to work for other languages than english :

#define LIST_PRINTER_COMMAND "lpstat -v | sed -n '/^\\w* \\w* \\([_a-zA-Z0-9]*\\).*$/s//\\1/p'"

My system is in french so I only tested in this language but I think it will work for other languages.

Offline

#206 2010-05-07 07:05:16

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: zathura - a PDF viewer

Hello guys,

I don't know why but zathura isn't working with one special pdf created by pdflatex.

Here's the error.

This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Arch Linux)
 restricted \write18 enabled.
entering extended mode
(./The-strength-of-weak-ties.tex



[robert@thinkpad Exzerpte]$ zathura The-strength-of-weak-ties.pdf

(zathura:27454): Poppler-CRITICAL **: void poppler_page_get_size(PopplerPage*, double*, double*): assertion `POPPLER_IS_PAGE (page)' failed

(zathura:27454): Poppler-CRITICAL **: void poppler_page_render(PopplerPage*, cairo_t*): assertion `POPPLER_IS_PAGE (page)' failed

(zathura:27454): Poppler-CRITICAL **: void poppler_page_get_size(PopplerPage*, double*, double*): assertion `POPPLER_IS_PAGE (page)' failed

(zathura:27454): Poppler-CRITICAL **: void poppler_page_get_size(PopplerPage*, double*, double*): assertion `POPPLER_IS_PAGE (page)' failed

(zathura:27454): Poppler-CRITICAL **: void poppler_page_render(PopplerPage*, cairo_t*): assertion `POPPLER_IS_PAGE (page)' failed

(zathura:27454): Poppler-CRITICAL **: void poppler_page_get_size(PopplerPage*, double*, double*): assertion `POPPLER_IS_PAGE (page)' failed

(zathura:27454): Poppler-CRITICAL **: void poppler_page_get_size(PopplerPage*, double*, double*): assertion `POPPLER_IS_PAGE (page)' failed
Speicherzugriffsfehler

I already tried to reinstall zathura but it didn't help.

What's the problem? The pdf respectively the tex document is organized similiar to another one that zathura opens without any problem.

Offline

#207 2010-05-07 23:34:57

linkmaster03
Member
Registered: 2008-12-27
Posts: 269

Re: zathura - a PDF viewer

Zathura is awesome. I didn't think I'd like navigating PDFs vim-style after trying apvlv, but zathura hits the nail on the head. Automatic page saving, and great config.h customization. Thanks for the great program!

Offline

#208 2010-05-09 08:10:04

tzervo
Member
From: Athens
Registered: 2009-04-03
Posts: 86

Re: zathura - a PDF viewer

Just flooding this thread with another thanks message (couldn't resist smile ). Thanks, it is a great app!

Offline

#209 2010-05-10 18:13:52

int3
Member
Registered: 2010-04-12
Posts: 7

Re: zathura - a PDF viewer

orschiro: could you PM me (and maybe neldoreth as well) the TeX file that's causing the problem, as well as the similar file that works fine?

Offline

#210 2010-05-18 19:02:37

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: zathura - a PDF viewer

Hello,

I want to announce the release of version 0.0.4 of zathura and give a short overview about the new features and fixes:

* Mouse support : It is now possible to scroll with the mouse or select text that gets copied to the clipboard
* Keyboard navigation in the index view
* Introduced different goto modes: If the page offset is wrong (page 20 is page 24 in the document etc), zathura automatically detects that (if it is saved in the label section), or you just can set the offset manually
* Auto adjustment when opening a document
* Updated manpage and Makefile
* Escape filenames
* Fixed document update feature
* etc ...

You can get the current source from the follow link zathura-0.0.4.tar.gz or install it from the official repository (yay!) or just update to the latest git version in the AUR.

Best regards


pwmt.org : programs with movie titles

Offline

#211 2010-05-18 19:47:59

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: zathura - a PDF viewer

One little problem with 0.0.4, I always do the following config

static const int   DEFAULT_WIDTH  = 1280;
static const int   DEFAULT_HEIGHT = 800;

In 0.0.3 it worked, the pages were shown from left to right edge. Now with 0.0.4 (and git, I also tested that) the page fits from top to bottom. Is this maybe a configuration problem?

Offline

#212 2010-05-18 20:21:41

lth
Member
Registered: 2009-01-23
Posts: 3

Re: zathura - a PDF viewer

This isn't necessarily related to the 0.0.4 release, but each time I go to the next page when I reach the bottom of the page, the page "jumps" back to the top, before I get to the next page. So there's a little flicker each time I go to the next page.

Offline

#213 2010-05-18 20:44:10

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: zathura - a PDF viewer

Hello,

Army wrote:

One little problem with 0.0.4, I always do the following config

static const int   DEFAULT_WIDTH  = 1280;
static const int   DEFAULT_HEIGHT = 800;

In 0.0.3 it worked, the pages were shown from left to right edge. Now with 0.0.4 (and git, I also tested that) the page fits from top to bottom. Is this maybe a configuration problem?

You just have to set "ADJUST_OPEN" to "ADJUST_WIDTH" in your config.h. This should have nothing to do with your default window size.

Notice: We have updated the 0.0.4 source code archive with an additional patch that solved an annoying issue

Best regards


pwmt.org : programs with movie titles

Offline

#214 2010-05-19 10:29:10

tvale
Member
From: Portugal
Registered: 2008-12-11
Posts: 175

Re: zathura - a PDF viewer

As of 0.0.4, or git version (May 19, 1130 GMT) zathura no longer displays any PDF document in my computer.
0.0.3 works fine.

Offline

#215 2010-05-19 18:00:18

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: zathura - a PDF viewer

Hello!

tvale wrote:

As of 0.0.4, or git version (May 19, 1130 GMT) zathura no longer displays any PDF document in my computer.
0.0.3 works fine.

I can not confirm that at all, can you specify your problem in more detail?

Best regards

Last edited by neldoreth (2010-05-19 18:01:34)


pwmt.org : programs with movie titles

Offline

#216 2010-05-19 19:32:03

tvale
Member
From: Portugal
Registered: 2008-12-11
Posts: 175

Re: zathura - a PDF viewer

I'm sorry, but I really don't know what you specify. I just upgraded and I can not view any PDF file. Here's 0.0.4 on the left, with 0.0.3 on the right.

Offline

#217 2010-05-19 21:52:28

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: zathura - a PDF viewer

Hello,

tvale wrote:

I'm sorry, but I really don't know what you specify. I just upgraded and I can not view any PDF file. Here's 0.0.4 on the left, with 0.0.3 on the right.

OK, I am sorry, but I have no clue - Maybe you can join #pwmt on irc.oftc.net, so we may can track down the cause (commit) of this.

Best regards


pwmt.org : programs with movie titles

Offline

#218 2010-05-19 23:39:25

tvale
Member
From: Portugal
Registered: 2008-12-11
Posts: 175

Re: zathura - a PDF viewer

neldoreth wrote:

Hello,

tvale wrote:

I'm sorry, but I really don't know what you specify. I just upgraded and I can not view any PDF file. Here's 0.0.4 on the left, with 0.0.3 on the right.

OK, I am sorry, but I have no clue - Maybe you can join #pwmt on irc.oftc.net, so we may can track down the cause (commit) of this.

Best regards

Yuck, I meant "what TO specify". Sorry about that.
Anyway, I'll try to do that ASAP, I'll contact you when I am available. Thanks!!

Offline

#219 2010-05-20 13:02:47

Hiato
Member
Registered: 2009-01-21
Posts: 76

Re: zathura - a PDF viewer

Yeah, I too am now having the same issue as tvale.

Generic details (for what it's worth):
Arch64, Kernel 2.6.33.3, Xorg 1.8 (No HAL),  ratpoison wm

Last edited by Hiato (2010-05-20 13:04:47)

Offline

#220 2010-05-20 13:25:18

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: zathura - a PDF viewer

Hello,

Hiato wrote:

Yeah, I too am now having the same issue as tvale.

OK, it would be nice, if you could join the irc channel some time soon too, so that we can figure that out.

Hiato wrote:

Generic details (for what it's worth): Arch64, Kernel 2.6.33.3, Xorg 1.8 (No HAL),  ratpoison wm

I guess the version of gtk, poppler and cairo should be more interesting.

Best regards


pwmt.org : programs with movie titles

Offline

#221 2010-05-20 15:49:18

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

Re: zathura - a PDF viewer

I have no problems with the git version pulled from there and compiled yesterday…

Offline

#222 2010-05-20 16:42:31

tvale
Member
From: Portugal
Registered: 2008-12-11
Posts: 175

Re: zathura - a PDF viewer

gtk2-2.20.1-2
poppler-0.12.4-1
poppler-glib-0.12.4-1
cairo-1.8.10-1
kernel26-2.6.33.4-1
xmonad-0.9.1-4
xcompmgr-1.1.5-1

System is 64 bits. XMonad uses xcompmgr to render transparent unfocused windows... Don't know what else could be relevant.

Perhaps something regarding this?

* Auto adjustment when opening a document

Last edited by tvale (2010-05-20 16:43:30)

Offline

#223 2010-05-20 19:27:57

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: zathura - a PDF viewer

Hello,

OK, I have all the same versions of the specified packages, although I use a different window manager (I tried it with xmonad and xcompmgr now and it is still working here). Like I said before, it would be really nice, if you can join the irc channel to find the commit that causes this at your system. If the error is caused by "Auto adjustment when opening a document" try to comment out line 504.

Best regards

Last edited by neldoreth (2010-05-20 19:45:53)


pwmt.org : programs with movie titles

Offline

#224 2010-05-23 07:31:34

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: zathura - a PDF viewer

Hello int3 and neldoreth,

what do you think about implementing a fullscreen presentation mode in which zathura can be used with arrow keys for navigating?

That would be ideal for beamer presentation where one doesn't want to navigate via shift+J or because one wants to use one of those nice usb presenters. smile

I mean zathura is great for viewing pdf's but not really comfortable for speeches, in my case they are supported by LaTex-Beamer presentations.

Regards

Last edited by orschiro (2010-05-23 07:32:41)

Offline

#225 2010-05-23 09:23:34

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: zathura - a PDF viewer

+1 what orschiro wrote, I will have to do a presentation in a few weeks and would love to be able to do it with zathura. I don't want to install evince for this task.

Offline

Board footer

Powered by FluxBB