You are not logged in.
The next few months are feasible, but for now you should be look out for an alternative application. But we are working on it
Ok, thank you very much for your answer! I'm really happy to know it will be implemented .
Regards
Offline
The next few months are feasible, but for now you should be look out for an alternative application. But we are working on it
Awesome! Will it work with some own format or the 'official' format? (I actually don't know how standardized Adobe Reader annotations are...)
Last edited by hildensia (2014-02-18 21:44:28)
Offline
Hi, there,
A quick question:
Is that possible I configure zathura such that one specific pdf file can only have one instance opened?
Thanks~
Offline
Hello, is there an option in zathurarc to disable and change the max size of the history and bookmarks files that are generated from Zathura? The ones in ~/.local/share/zathura
Pretty much a requirement for me to keep using this PDF viewer, otherwise I'll just switch back to MuPDF.
Last edited by mrrhq (2014-03-17 20:31:13)
Offline
I am using awesome wm and every times I switch focus (e.g by pres modkey + tab), zathura windows reload documents.
How can I prevent this unusual behavior?
Offline
I am using awesome wm and every times I switch focus (e.g by pres modkey + tab), zathura windows reload documents.
How can I prevent this unusual behavior?
I use dwm and have the same issue, if the pdf is large the reloading is really annoying.
This also happens when notifications appear while reading the pdf ...
Offline
SuperBo wrote:I am using awesome wm and every times I switch focus (e.g by pres modkey + tab), zathura windows reload documents.
How can I prevent this unusual behavior?I use dwm and have the same issue, if the pdf is large the reloading is really annoying.
This also happens when notifications appear while reading the pdf ...
I can't reproduce this with i3. Does it also happen when changing workspace/tags?
Offline
SuperBo wrote:I am using awesome wm and every times I switch focus (e.g by pres modkey + tab), zathura windows reload documents.
How can I prevent this unusual behavior?I use dwm and have the same issue, if the pdf is large the reloading is really annoying.
This also happens when notifications appear while reading the pdf ...
I can't reproduce this with dwm either. I am using the latest from git with various patches.
Best regards
Offline
SuperBo wrote:I am using awesome wm and every times I switch focus (e.g by pres modkey + tab), zathura windows reload documents.
How can I prevent this unusual behavior?I use dwm and have the same issue, if the pdf is large the reloading is really annoying.
This also happens when notifications appear while reading the pdf ...
i3 user here, can reproduce. Reloading happens both when switching workspaces and when switching windows. Far more noticable when recolor is enabled, since recolor generally slows down rendering a lot on my netbook.
There are two types of people in this world - those who can count to 10 by using their fingers, and those who can count to 1023.
Offline
Are you using mupdf or poppler as the backend? Might be worth it to check poppler too.
I can also confirm this with dwm (and mupdf), although the effects are negligible with a fast processor.
Offline
Hey all, having an issue with zathura and the mudpf backend after the recent update to zathura-pdf-mupdf. On attempting to load any pdf, I'm getting an undefined symbol error:
error: could not load plugin /usr/lib/zathura/pdf.so (/usr/lib/zathura/pdf.so: undefined symbol: js_isboolean)
error: unknown file type
Anyone know which dependency is causing the issue?
Offline
yes. it is the new zathura-pdf-mupdf from 0.2.6-1 to 0.2.6-2.
go to your /var/cache/pacman/pkg and you should see your old zathura-pdf-mupdf 0.2.6-1 in a .tar.xz format.
simple go sudo pacman -U that tar.xz and you should be golden.
Offline
Hello,
Hey all, having an issue with zathura and the mudpf backend after the recent update to zathura-pdf-mupdf. On attempting to load any pdf, I'm getting an undefined symbol error:
error: could not load plugin /usr/lib/zathura/pdf.so (/usr/lib/zathura/pdf.so: undefined symbol: js_isboolean) error: unknown file type
Anyone know which dependency is causing the issue?
The reason behind this is that mupdf 1.4 has its own javascript interpreter which is maintained in a seperate repository, but shipped with the source code as a thirdparty lib. Since there has not been a versioned release of it yet and as far as I know mujs is developed especially for mupdf, the most convinient solution would be to add a:
install -Dm644 build/release/libmujs.a "$pkgdir"/usr/lib
to the PKGBUILD of mupdf.
Then one needs to recompile the zathura-pdf-mupdf plugin and link it against mujs as well. This can be achieved by modifying the build function to:
make -C "${srcdir}/$pkgname-$pkgver" MUPDF_LIB="-lmupdf -lmujs"
I've updated the issue and prepared two packages that include the above mentioned fixes and you can download them here: mupdf-1.4-1-x86_64.pkg.tar.xz and zathura-pdf-mupdf-0.2.6-2-x86_64.pkg.tar.xz. Installing the later one should be enough.
Best regards
edit: It has already been fixed in the official packages.
Last edited by mlq (2014-04-17 11:09:03)
Offline
imbaer wrote:SuperBo wrote:I am using awesome wm and every times I switch focus (e.g by pres modkey + tab), zathura windows reload documents.
How can I prevent this unusual behavior?I use dwm and have the same issue, if the pdf is large the reloading is really annoying.
This also happens when notifications appear while reading the pdf ...I can't reproduce this with i3. Does it also happen when changing workspace/tags?
Yes, also happens when changing tags. The reload is usually barely noticable, but if the PDF contains large pictures it can take quite some time.
Offline
I am using awesome wm and every times I switch focus (e.g by pres modkey + tab), zathura windows reload documents.
How can I prevent this unusual behavior?
I haven't seen this issue with Xmonad. Is there anything unusual happending when you switch focus (i.e. window sizes change or something similar)? What's in your ~/.config/zathura/zathurarc? Please also attach a log of zathura -l debug when this happens so that I can try to figure out why this happens.
Cheers
Offline
Hello, is there an option in zathurarc to disable and change the max size of the history and bookmarks files that are generated from Zathura? The ones in ~/.local/share/zathura
Pretty much a requirement for me to keep using this PDF viewer, otherwise I'll just switch back to MuPDF.
You can set "database" in ~/.config/zathura/zathurarc to anything except plain and sqlite to disable them. This will give you an error on startup which can be ignored. The most recent version from the develop branch also accepts "null" as valid value for "database" to disabe bookmarks and input history.
Cheers
Offline
jenerated wrote:In your zathurarc,
set window-icon "/usr/share/icons/elementary/mimes/32/x-office-document.svg"
Just to to let everyone know, this works. However I'm curious as to why I can't find "window-icon" in the man pages?
We probably just forgot to document it. It's there now.
Offline
Sebastinas, please use the edit button instead of uselessly multi-posting.
All the best,
-HG
Offline
Hello,
Good and bad news to all who requested EPUB support for zathura: The bad first; sadly I have to admit that the EPUB support that we wan't still requires work on libzathura and zathura itself and this will still take some time. So, basically nothing new. The good news is that I've quickly updated the code in our zathura-epub repository to use calibre in the background to convert the EPUB file to a PDF which then can be read by zathura. The main issue is that the temporary created file is currently not deleted after closing the document, so it still remains in /tmp. But for the impatient of us this is probably enough for now and I have to admit that the implementation is a rather quick one without a lot of testing.
Best regards,
Moritz
Offline
I'm trying to use the cb plugin for my comics but some of them don't open and give a message saying 'document doesn't contain any pages'. I can open these files with file roller and mcomix so they are not corrupt and definitely do contain pages. I think the problem seems to be that the images inside are labelled as *.JPG and that zathura has an issue with the uppercase because I just extracted one of them, renamed the files to lower case and rezipped them and everything was ok. Is this a bug or a limitation of libarchive?
edit1: seems there's not even that much of a pattern now I'm playing with more examples.
edit2: found a script to convert all cbr to cbz and they all seem to work, must have been something with the rar aspect.
Last edited by abner (2014-06-04 05:08:25)
Offline
I'm trying to use the cb plugin for my comics but some of them don't open and give a message saying 'document doesn't contain any pages'. I can open these files with file roller and mcomix so they are not corrupt and definitely do contain pages. I think the problem seems to be that the images inside are labelled as *.JPG and that zathura has an issue with the uppercase because I just extracted one of them, renamed the files to lower case and rezipped them and everything was ok. Is this a bug or a limitation of libarchive?
edit1: seems there's not even that much of a pattern now I'm playing with more examples.
edit2: found a script to convert all cbr to cbz and they all seem to work, must have been something with the rar aspect.
Hello,
Thanks for the report. I've written a patch that allows the file extension to be uppercase and already pushed it into the develop branch of the repository, you can get it if you install the zathura-cb-git package of the AUR.
All the best
Offline
Thanks mlq, I'll try to find more examples since I converted all of my collection already and try the git version. Thank you for the help and zathura, I love it!
Offline
I have a small gripe with Zathura which has been bugging me for a long time which I have hopefully overlooked a setting for.
This relates to zoom level; I largly spend most of my time using llpp when I can but for other formats such as djvu I use zathura.
The problem comes when using a tiling window manager and wanting to split the window, instead of scaling the current zoom level to fit the new window size, zathura will maintain the same zoom level and thus chops off half the content. This means I have to constantly babysit zathura's zoom level which is extremely tedious.
Unfortunately auto-fit width is not a good solution as many of the pdfs I have use large margins (think LaTeX) and on a small screen I zoom in to better fit as much as I can.
Does zathura have a way to allow the same behaviour?
Example screenshot: http://a.pomf.se/cwxzyp.png (left: zathura, right: llpp)
Offline
I would like to change the page of a pdf or djvu document using an external script. I tried using xdotool, but it looks like zathura doesn't respond to “xdotool type” or “xdotool key” commands. Does anybody know a way to make zathura respond to such commands or another way to control it via an external script? Thank you!
Offline
I would like to change the page of a pdf or djvu document using an external script. I tried using xdotool, but it looks like zathura doesn't respond to “xdotool type” or “xdotool key” commands. Does anybody know a way to make zathura respond to such commands or another way to control it via an external script? Thank you!
zathura's D-Bus interface exposes a GotoPage method. You can use that.
Cheers
Offline