You are not logged in.

#226 2010-05-24 09:46:27

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

Re: zathura - a PDF viewer

Hello,

orschiro wrote:

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

I've wrote a little patch to enable fullscreen and with another commit I added a own mode for it, so it is possible to overwrite the arrow keys. The problem is that our provider has currently some problems, so you will have to wait till it is up again to get the patch.

Best regards

Last edited by neldoreth (2010-05-24 09:46:40)


pwmt.org : programs with movie titles

Offline

#227 2010-05-24 14:10:20

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

Re: zathura - a PDF viewer

Hello,

OK, the site is up and running again and I pushed the commits into the repository.

Best regards


pwmt.org : programs with movie titles

Offline

#228 2010-05-24 14:51:48

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

Re: zathura - a PDF viewer

Thank you for implementing this feature that quickly.

I looked into the manual but didn't find any information how I can use this mode.

Could you please explain it briefly?

Offline

#229 2010-05-24 15:07:02

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

Re: zathura - a PDF viewer

Hello,

orschiro wrote:

Could you please explain it briefly?

I forgot to update the manpage. Just press F5 and zathura will jump into fullscreen mode,
where you can use the cursors and the spacebar to navigate.

tvale / hiato: Please check out the latest git version and let me know if the problem still exists.

Best regards

Last edited by neldoreth (2010-05-24 15:26:22)


pwmt.org : programs with movie titles

Offline

#230 2010-05-24 16:25:15

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

Re: zathura - a PDF viewer

^neldoreth,

thank you it's working great but I'd like to bring up some more points.

1) You can navigate forward in normal mode via space key. Is that desired or should it only work in fullscreen mode?
2) What's the best way to open encrypted pdf's with zathura? When I open it I get the message to use :set password PASSWORD. But after doing this I have to open it again with :open. Or is there a faster way to simply reload it after I'd typed in the password?

Once again thanks for your great work. smile

Regards

Offline

#231 2010-05-24 16:43:16

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

Re: zathura - a PDF viewer

Hello,

orschiro wrote:

1) You can navigate forward in normal mode via space key. Is that desired or should it only work in fullscreen mode?

No, I added this some time ago for normal mode too.


orschiro wrote:

2) Whats the best way to open encrypted pdf's with zathura? When I open it I get the message to use :set password PASSWORD. But after doing this I have to open it again with :open. Or is there a faster way to simply reload it after I'd typed in the password?

./zathura file password or ":set password password" and ":open file". Another way is to use the arrow keys to navigate through the command history, so you won't have to type it in again. But I have an idea now of an password dialog.

Best regards


pwmt.org : programs with movie titles

Offline

#232 2010-05-24 19:27:47

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

Re: zathura - a PDF viewer

Hello,

I pushed a "enter password dialog".

Best regards


pwmt.org : programs with movie titles

Offline

#233 2010-05-24 19:35:56

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

Re: zathura - a PDF viewer

This is awesome. Great work man. *thumbs up*

Offline

#234 2010-05-25 12:27:02

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

Re: zathura - a PDF viewer

neldoreth wrote:

tvale / hiato: Please check out the latest git version and let me know if the problem still exists.
Best regards

It works. Thanks, sorry for not being very helpful but I haven't got much free time at the moment.
Say, out of curiosity, what was the "problem"?

By the way, I have a friend who has a similar setup (xmonad, xcompmgr, etc) and he also had the same problem with 0.0.4.

-- EDIT --
Just checked the "fixed cmd_open" commit, gtk_show_widget(...). I suppose that's it. wink

Last edited by tvale (2010-05-25 12:36:56)

Offline

#235 2010-05-25 14:11:59

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

Re: zathura - a PDF viewer

Hello,

tvale wrote:

Just checked the "fixed cmd_open" commit, gtk_show_widget(...). I suppose that's it. wink

Exactly - To be honest at first I could not reproduce your problem, because I nearly always open pdf documents over the command line with zathura, but after that, I could reproduce it and one line solved it.

Best regards


pwmt.org : programs with movie titles

Offline

#236 2010-05-25 18:41:38

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

Re: zathura - a PDF viewer

Hello,

A quick release of zathura 0.0.5:

* Correct search result highlighting
* Fullscreen mode
* Document password dialog
* Some other fixes

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

Best regards


pwmt.org : programs with movie titles

Offline

#237 2010-05-25 22:39:23

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

Re: zathura - a PDF viewer

Could it be that the git repository is gone offline again?

I always get a connection refused error.

The exact output:

Initialized empty Git repository in /tmp/clyde-robert/zathura-git/zathura-git/src/zathura/.git/
neldoreth.net[0: 93.90.177.129]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
/tmp/clyde-robert/zathura-git/zathura-git/PKGBUILD: Zeile 30: cd: zathura: Datei oder Verzeichnis nicht gefunden
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.  Schluss.
install: Aufruf von stat für „zathura" nicht möglich: Datei oder Verzeichnis nicht gefunden
install: Aufruf von stat für „zathura.1" nicht möglich: Datei oder Verzeichnis nicht gefunden
install: Aufruf von stat für „LICENSE" nicht möglich: Datei oder Verzeichnis nicht gefunden

Regards

Last edited by orschiro (2010-05-25 22:39:39)

Offline

#238 2010-05-26 00:19:32

CommodoreTex
Member
Registered: 2010-01-04
Posts: 11

Re: zathura - a PDF viewer

neldoreth wrote:

A quick release of zathura 0.0.5:

* Some other fixes

Thanks for the quick fix- I was about to switch to git. I can now view my documents! Thanks!

Offline

#239 2010-05-26 07:37:35

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

Re: zathura - a PDF viewer

Hello,

orschiro wrote:

Could it be that the git repository is gone offline again?

Thanks for letting me know. It should work again.

Best regards


pwmt.org : programs with movie titles

Offline

#240 2010-05-26 20:54:41

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

Re: zathura - a PDF viewer

Can confirm that it's working again. Just a small idea that just now came up as I tried to to zoom with ctrl+mouse wheel.

What do you think about such a feature? I'm sure it would suit well since one can even scroll the page via mouse. So why don't use a comfortable zoom function. smile

Regards

Last edited by orschiro (2010-05-26 20:54:58)

Offline

#241 2010-05-26 21:54:23

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

Re: zathura - a PDF viewer

There's a thing which I would love to have. I sometimes read lecture scripts from university on my laptop screen. When I'm on the bottom of a page, I go to the next page with the space button (or J, but space is more comfortable). But when I have to return to e.g. the last sentence which is on the bottom of the last page, I have to go back with K and scroll the whole page down.

So, is it possible to implement a continuous mode? I know some pdf viewers have this (e.g. evince), but many others don't. I really like this feature, because it makes reading texts more fluent, especially if you have to jump back and forth

Offline

#242 2010-05-26 22:13:50

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

Re: zathura - a PDF viewer

So, is it possible to implement a continuous mode? I know some pdf viewers have this (e.g. evince), but many others don't. I really like this feature, because it makes reading texts more fluent, especially if you have to jump back and forth

Good point! Would second that.

Offline

#243 2010-05-26 22:27:12

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

Re: zathura - a PDF viewer

Hello,

We discussed this feature some time ago and are working on that when we have more time.

Best regards


pwmt.org : programs with movie titles

Offline

#244 2010-05-27 07:09:58

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

Re: zathura - a PDF viewer

Thanks neldoreth :-)

Btw, is there still anybody out there using apvlv? ;-)

Offline

#245 2010-05-27 07:14:23

lymphatik
Member
From: Somewhere else
Registered: 2009-03-07
Posts: 119

Re: zathura - a PDF viewer

Army wrote:

Thanks neldoreth :-)

Btw, is there still anybody out there using apvlv? ;-)

Yep still using it because it has continuous read mode. And some times it is snappier.

Offline

#246 2010-05-27 15:28:10

myrkiada
Member
From: Norway
Registered: 2009-04-15
Posts: 74

Re: zathura - a PDF viewer

zathura quickly became my only pdf reader, I just love it!
Thanks neldoreth! You're doing great good for mankind! big_smile


My Configs @ Github

Offline

#247 2010-05-27 21:11:44

fflarex
Member
Registered: 2007-09-15
Posts: 466

Re: zathura - a PDF viewer

'Zoom to fit' and 'zoom to width' are mixed up in the man page.

Offline

#248 2010-05-28 09:04:56

ApotheoZ
Member
Registered: 2009-08-10
Posts: 40

Re: zathura - a PDF viewer

A realy great app' !

Can you please write the changelog for all versions on the official website ?
It would be great to see the diffferences between the different versions, and not only their names.

Anyway : good job !

Offline

#249 2010-05-28 10:18:00

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

Re: zathura - a PDF viewer

Hello,

ApotheoZ wrote:

Can you please write the changelog for all versions on the official website ?

Done.

Best regards


pwmt.org : programs with movie titles

Offline

#250 2010-05-30 11:55:04

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

Re: zathura - a PDF viewer

neldoreth wrote:

tvale / hiato: Please check out the latest git version and let me know if the problem still exists.
Best regards

Yeah, sorry, haven't been at home much recently - but as expected it works now, thanks smile

Offline

Board footer

Powered by FluxBB