You are not logged in.
sunaku wrote:manolomartinez wrote:When I copy in Zathura, the text that that gets into the registry is one that is in the same page as the text inside the box, but not exactly the one inside the box. Is anyone else seen this (I guess) bug?
Cheers,
ManoloYes, that is a known bug.
I see, thank you, I'll keep an eye on the bug report.
The bug appears as fixed in the bug tracker. Was the fix included in the latest version available in Arch repos (0.0.8.4-4)? Cause I'm still experiencing it.
Zooming might be involved. When I change the zoom, the text that gets into the registry is different.
Besides, it also affects the search function. If I have a lot of zoom applied and I search for certain word, I see the wrong section (one without the fragment containing the search) due to the zoom.
Thanks for an otherwise awesome PDF reader.
Offline
manolomartinez wrote:sunaku wrote:Yes, that is a known bug.
I see, thank you, I'll keep an eye on the bug report.
The bug appears as fixed in the bug tracker. Was the fix included in the latest version available in Arch repos (0.0.8.4-4)? Cause I'm still experiencing it.
Zooming might be involved. When I change the zoom, the text that gets into the registry is different.
Besides, it also affects the search function. If I have a lot of zoom applied and I search for certain word, I see the wrong section (one without the fragment containing the search) due to the zoom.
Thanks for an otherwise awesome PDF reader.
Upgrade to 0.0.8.5
Best regards
Offline
Upgrade to 0.0.8.5
Best regards
Works perfectly now. Thanks!
Offline
For those with problems with the mupdf plugin.. ('zathura-pdf-mupdf-git' package); it works for me only when I recompile the regular 'mupdf' package with -fPIC in my CFLAGS. Runs way better than the Poppler plugin. Also want to say I really really love how this program has advanced into a plugin system. Very sleek.
Offline
Are you able to zoom into PDF documents now? It was broken some weeks ago (using the mupdf plugin).
Offline
Can someone share an example of zathurarc of the girara-git version please? i don't know how to customize it, the one of the stable one doe not work
Last edited by TheImmortalPhoenix (2011-12-22 02:59:44)
Offline
I love zathura. Used to hate reading .pdfs on the computer, but now it's a joy. Thanks for the fine software.
Offline
@Date Wed Dec 28 17:52:56 GMT 2011
When attempting to build zathura-girara-git from AUR, I get the following error:
$ makepkg
...
==> Starting make...
...
CC zathura.c
zathura.c: In function ‘zathura_init’:
zathura.c:150:3: error: too many arguments to function ‘girara_session_init’
/usr/include/girara/session.h:168:6: note: declared here
make: *** [zathura.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
$
Any info or help would be appreciated. This is mainly for the 'continuous scrolling' feature I'd sorely like to have.
PS: I get the same error when attempting to build zathura-git
Last edited by Earnestly (2011-12-28 17:57:10)
Offline
Hello,
Please update/reinstall the girara-gtk2-git package and you should be fine.
Best regards
Offline
I feel daft now for not checking the dependencies.
Thank you though, it's all working wonderfully.
Last edited by Earnestly (2011-12-28 18:51:39)
Offline
Two things I'd like to see:
- center the page in the window
- allow mappings to set, so you can bind single/double-page display to shortcuts
- support for scroll wheels, please!
Else, it looks very nice now.
Last edited by chneukirchen (2012-01-04 15:01:41)
Offline
- support for scroll wheels, please!
Which terminal emulator do you use?
Offline
chneukirchen wrote:- support for scroll wheels, please!
Which terminal emulator do you use?
Not sure how that relates to zathura, but rxvt-unicode.
Offline
Hello,
I'm trying to figure out of I can feed in lp options to the :print command. The only information I found is this is possible in the git version, but I believe this is old news... Is it still the case? When I try, I get the following:
:print $PRINTER -o sides=two-sided-long-edge
lp: Error - unable to access "sides=two-sided-long-edge" - No such file or directory
Or is there a better way to set lp options when printing?
Offline
Kaustic wrote:chneukirchen wrote:- support for scroll wheels, please!
Which terminal emulator do you use?
Not sure how that relates to zathura, but rxvt-unicode.
I was thinking about how urxvt doesn't actually have mousescroll support unlike modern VTE based terminals. But you're right, it's not applicable to this case. Ignore my brainfart D:
Offline
With "set pages-per-row 2" I have to call "navigate next" twice, otherwise zathura merely advances the page displayed on the right to the left without properly drawing its following one.
edit: If some commit following this comment was supposed to fix it — it still does not work:
1. After a F5 the behavior persists.
2. Esp. if one has navigated to the last two pages and tries to go to previous ones, the behavior is all screwed up; back goes forward instead, pages move weirdly on the display.
Last edited by misc (2012-01-14 20:29:31)
Offline
Hello,
How do I skip N pages backward/forward? Is this already something that's implemented, or something that would go into zathurarc?
Offline
Offline
Hello,
How do I skip N pages backward/forward? Is this already something that's implemented, or something that would go into zathurarc?
3G will take you to page 3.
Scott
Offline
kcirick wrote:Hello,
How do I skip N pages backward/forward? Is this already something that's implemented, or something that would go into zathurarc?
3G will take you to page 3.
Scott
Yes, so does ":3" (as in vim with line number), but If I'm on page 123, and I want to go to page 138, I want to type something like ":10+" to do this...
Last edited by kcirick (2012-01-10 17:53:03)
Offline
firecat53 wrote:kcirick wrote:Hello,
How do I skip N pages backward/forward? Is this already something that's implemented, or something that would go into zathurarc?
3G will take you to page 3.
Scott
Yes, so does ":3" (as in vim with line number), but If I'm on page 123, and I want to go to page 138, I want to type something like ":10+" to do this...
If you are using the latest git version (develop branch) you can use for instance "3K".
Best regards
Offline
Hello,
first of all, thank you for zathura. It is much appreciated.
I would like to ask a couple of questions (about the latest git version):
When "pages-per-row" is set to anything grater than 1, say n, it takes n * J (n times navigate next) to correctly display the next set of n pages. Is this the expected behaviour?
I would use ^F (scroll page down), if it didn't add a vertical offset in a way similar to what is described in this bug report.
When starting zathura with both ps and mupdf plugins (latest git versions) I get a segmentation fault. Starting it with only one of them works fine, though. Is this a known issue (I didn't find a bug report about it)?
Offline
Hello,
When "pages-per-row" is set to anything grater than 1, say n, it takes n * J (n times navigate next) to correctly display the next set of n pages. Is this the expected behaviour?
I would use ^F (scroll page down), if it didn't add a vertical offset in a way similar to what is described in this bug report.
There are still some issues with calculating the correct positions and not each aspect of this and the indented behaviour has been discussed. So any input on this is appreciated.
When starting zathura with both ps and mupdf plugins (latest git versions) I get a segmentation fault. Starting it with only one of them works fine, though. Is this a known issue (I didn't find a bug report about it)?
I am not able to reproduce this. Can you provide a backtrace? Make sure that your /usr/lib/zathura directory really contains the latest builts of the plugins.
Best regards
Offline
donbex wrote:When starting zathura with both ps and mupdf plugins (latest git versions) I get a segmentation fault. Starting it with only one of them works fine, though. Is this a known issue (I didn't find a bug report about it)?
I am not able to reproduce this. Can you provide a backtrace? Make sure that your /usr/lib/zathura directory really contains the latest builts of the plugins.
I compiled both plugins right now with the "zathura-pdf-mupdf-git" and "zathura-ps-git" AUR packages (modified not to strip symbols). Here is the backtrace:
#0 0x00007ffff05305ab in ?? () from /usr/lib/libgs.so.9
#1 0x00007fffefcfcbd7 in jinit_memory_mgr () from /usr/lib/libjpeg.so.8
#2 0x00007fffefceb2be in jpeg_CreateDecompress () from /usr/lib/libjpeg.so.8
#3 0x00007fffec48e348 in read_dctd () from /usr/lib/zathura/pdf.so
#4 0x00007fffec48818f in fz_read () from /usr/lib/zathura/pdf.so
#5 0x00007fffec0516fd in pdf_load_image_imp () from /usr/lib/zathura/pdf.so
#6 0x00007fffec052026 in pdf_load_image () from /usr/lib/zathura/pdf.so
#7 0x00007fffec03a6d1 in pdf_run_buffer () from /usr/lib/zathura/pdf.so
#8 0x00007fffec03d2f9 in pdf_run_page_with_usage () from /usr/lib/zathura/pdf.so
#9 0x00007fffec030d26 in pdf_page_render_cairo (page=<optimized out>, cairo=<optimized out>) at pdf.c:268
#10 0x0000000000408a57 in zathura_page_render ()
#11 0x0000000000409495 in render ()
#12 0x0000000000409768 in render_job ()
#13 0x00007ffff660a076 in ?? () from /usr/lib/libglib-2.0.so.0
#14 0x00007ffff6186e7a in start_thread () from /lib/libpthread.so.0
#15 0x00007ffff5bcabad in clone () from /lib/libc.so.6
#16 0x0000000000000000 in ?? ()
I just noticed that this error comes up only when trying to open a .pdf made of images. Opening a "regular" .pdf or .ps file works fine.
Edit: actually, zathura crashes whenever it tries to render a page with one or more colour images in it (when both mupdf and ps plugins are present).
Last edited by donbex (2012-01-15 23:07:17)
Offline
Hello,
Edit: actually, zathura crashes whenever it tries to render a page with one or more colour images in it (when both mupdf and ps plugins are present).
I am still afraid to say that I am not able to reproduce any of this. I also tried a PDF document with multiple images; would you mind sending me your file via mail or does this occur on different files? Do you have an issues while opening it with te mupdf reader? Maybe you have a defect libjpeg or linked against different versions?
Best regards
Offline