You are not logged in.
Does Zathura have an option to start on the last page read of a pdf? I have googled it and looked on pwmt.org's Zathura options page and haven't found an answer.
Offline
Hello,
Does Zathura have an option to start on the last page read of a pdf? I have googled it and looked on pwmt.org's Zathura options page and haven't found an answer.
zathura saves your last position that you've viewed in the document in a database (or file) and will open it right where you left it.
Kind regards
Offline
Hello,
klaus wrote:Does Zathura have an option to start on the last page read of a pdf? I have googled it and looked on pwmt.org's Zathura options page and haven't found an answer.
zathura saves your last position that you've viewed in the document in a database (or file) and will open it right where you left it.
Kind regards
This feature isn't working out of the box here, was it supposed to?
Offline
This feature isn't working out of the box here, was it supposed to?
Can you show me your ~/.config/zathurarc file? And you should have a file called 'history' in ~/.local/share/zathura.
Best regards
Offline
Can you show me your ~/.config/zathurarc file? And you should have a file called 'history' in ~/.local/share/zathura.
Best regards
I haven't made a config file for zathura yet, but what I find strange is that I don't have /etc/zathurarc either!
Looking for the history file you mentioned I found out there wasn't even a zathura folder inside ~/.local/share, so I made it and tried opening a pdf, scrolling down a few pages and re-opening it, but it didn't work -- still no history file there.
Offline
Somehow the issue fixed itself when I uninstalled both zathura and zathura-pdf-mupdf, and then reinstalled zathura with the poppler backend.
This raised another question: why is zathura with poppler backend faster than with mupdf when mupdf alone is way faster than zathura?
Offline
Hi,
Somehow the issue fixed itself when I uninstalled both zathura and zathura-pdf-mupdf, and then reinstalled zathura with the poppler backend.
This raised another question: why is zathura with poppler backend faster than with mupdf when mupdf alone is way faster than zathura?
Okay, I'm glad that it worked out for you so easily. - I think we need to investigate into that a bit, but one issue might be that we need to copy the rendered buffer in the mupdf plugin.
Best Regards
Offline
Hi,
Okay, I'm glad that it worked out for you so easily. - I think we need to investigate into that a bit, but one issue might be that we need to copy the rendered buffer in the mupdf plugin.
Best Regards
Thanks! It would be really great if zathura's mupdf plugin got closer to mupdf's speed, it would simply blow poppler away.
Offline
I only hope someone would make plugins for ebook formats (epub, mobi, fb2...).
Offline
I made a base-16 color scheme for zathura if anyone is interested:
Last edited by 3xOSC (2014-01-11 01:57:04)
Offline
I made a base-16 color scheme for zathura if anyone is interested:
Just wanted to say thanks, I think it looks great.
Offline
thanks bruh bruh
Offline
Hi,
I tried zathura recently, and it is great, very fast and light-weighted.
The only problem I am having now is that: it seems I cannot copy contents by "draw and select" though the statusbar shows the content have been copied to my clipboard.
I tried both zathura from official repository and zathura-git from AUR, the problem persists.
Can anyone please help?
Thanks!
Offline
The only problem I am having now is that: it seems I cannot copy contents by "draw and select" though the statusbar shows the content have been copied to my clipboard.
Per default zathura copies the selected text into the primary clipboard (paste it with the middle mouse button). You can use the selection-clipboard setting and set it to clipboard to paste it into the clipboard selection (paste it with C-v). Check zathurarc(5) for more info.
Offline
hellolj wrote:The only problem I am having now is that: it seems I cannot copy contents by "draw and select" though the statusbar shows the content have been copied to my clipboard.
Per default zathura copies the selected text into the primary clipboard (paste it with the middle mouse button). You can use the selection-clipboard setting and set it to clipboard to paste it into the clipboard selection (paste it with C-v). Check zathurarc(5) for more info.
This is cool! Thanks a lot.
Offline
3xOSC wrote:I made a base-16 color scheme for zathura if anyone is interested:
Just wanted to say thanks, I think it looks great.
I agree, it looks amazing!! Thank you 3xOSC .
I wanted to ask (anyone in general) if there is a way to have an icon (I assume a custom one pointed to on your system) for Zathura? This is the only thing I want/need before I can acclaim how perfect Zathura is. I would love to see annotation features but that might be an unrealistic request...
Last edited by felixculpa (2014-02-05 00:44:02)
Offline
I wanted to ask (anyone in general) if there is a way to have an icon (I assume a custom one pointed to on your system) for Zathura?
Edit its .desktop file.
see:
/usr/share/applications/zathura.desktop
Offline
felixculpa wrote:I wanted to ask (anyone in general) if there is a way to have an icon (I assume a custom one pointed to on your system) for Zathura?
Edit its .desktop file.
see:
/usr/share/applications/zathura.desktop
Considering that this is not in the backup array, I think you should copy this file into your $HOME/.local/share/applications and edit it there. Its existence in your home directory should override the one in /usr/share/applications as long as it has the same name.
At least, this is how I think it works... I don't actually use .desktop files or icons for anything these days.
Offline
Considering that this is not in the backup array, I think you should copy this file into your $HOME/.local/share/applications and edit it there. Its existence in your home directory should override the one in /usr/share/applications as long as it has the same name.
At least, this is how I think it works... I don't actually use .desktop files or icons for anything these days.
Yes, it works exactly as you described. I didn't mention it in my post because I feel it is obvious to always copy stuff from /usr to $HOME and edit it there.
Offline
milomouse wrote:3xOSC wrote:I made a base-16 color scheme for zathura if anyone is interested:
Just wanted to say thanks, I think it looks great.
I agree, it looks amazing!! Thank you 3xOSC .
I wanted to ask (anyone in general) if there is a way to have an icon (I assume a custom one pointed to on your system) for Zathura? This is the only thing I want/need before I can acclaim how perfect Zathura is. I would love to see annotation features but that might be an unrealistic request...
In your zathurarc,
set window-icon "/usr/share/icons/elementary/mimes/32/x-office-document.svg"
Offline
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?
Last edited by felixculpa (2014-02-05 21:22:42)
Offline
milomouse wrote:3xOSC wrote:I made a base-16 color scheme for zathura if anyone is interested:
Just wanted to say thanks, I think it looks great.
I agree, it looks amazing!! Thank you 3xOSC .
I wanted to ask (anyone in general) if there is a way to have an icon (I assume a custom one pointed to on your system) for Zathura? This is the only thing I want/need before I can acclaim how perfect Zathura is. I would love to see annotation features but that might be an unrealistic request...
You're very welcome!
Offline
I wanted to ask (anyone in general) if there is a way to have an icon (I assume a custom one pointed to on your system) for Zathura? This is the only thing I want/need before I can acclaim how perfect Zathura is. I would love to see annotation features but that might be an unrealistic request...
To be honest with you: It's not. Actually I've implemented some basic stuff more than a year ago but those patches will probably not apply on our current code base. I've started implementing them in libzathura and once this is ready they will be supported by zathura - but I am afraid the only thing I can't give you is a date.
Kind regards
Offline
Hi,
zathura is really a good application. There is only one problem: I can't use an other application at the moment to
view my pdf . It would be really great to make annotations in pdf with zathura. Any hope to see this feature in the next few months ?
Or is it better that I search for another solution ?
Offline
Hi,
zathura is really a good application. There is only one problem: I can't use an other application at the moment to
view my pdf . It would be really great to make annotations in pdf with zathura. Any hope to see this feature in the next few months ?
Or is it better that I search for another solution ?
The next few months are feasible, but for now you should be look out for an alternative application. But we are working on it
Best regards
Offline