Zathura PDF viewer

Word processors, spreadsheets, presentations, translation, etc.
Message
Author
User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

GUI for zathura

#16 Post by don570 »

http://www.murga-linux.com/puppy/viewto ... 268#545268

I made a simple GUI (in French and English)
to open PDF files with zathura.

___________________________________

seaside
Posts: 934
Joined: Thu 12 Apr 2007, 00:19

#17 Post by seaside »

keniv,

This looks to me that the paste into the file was off.

Try another select and paste and see if that works.

Thanks for showing the errors, as that's always a big help in troubleshooting.

Cheers,
s

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#18 Post by keniv »

Hi Seaside

Have produced a new script file using copy and paste as described before but got the same outcome when I ran it. Compared both files with Xfdiff and they were identical so if I am doing something wrong then at least I am doing it consistently. I have done this before with other scripts and it has worked.

Hi Don570

Have just tried your gui pet for zathura and it worked. I like the " key shortcuts". I though it was a good idea to bring them up then minimise them so as if I forgot one I could bring them up again. However, if I minimise the short cuts the rest of the gui becomes unresponsive. Should I be able to minimise the shortcuts in this way? I also like your "right-click" pet. Its very useful.

Could I ask if it would be possible to convert the " simplePDFreader script submitted by L18L into a pet? I have no idea how to do this myself and do not know how mush work this involves and so I hope I am not asking to much.

Regards,

Ken.

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Zathura PDF viewer

#19 Post by L18L »

keniv,
I have tested in lupu525 and cannot reproduce your result.
A test in drake01 has brought up a missing dependency in drake01, so your comment was useful, thanks again.
you wrote:Could I ask if it would be possible to convert the " simplePDFreader script submitted by L18L into a pet? I have no idea how to do this myself and do not know how mush work this involves and so I hope I am not asking to much.
Yes, it is possible...
Wait a moment... or 2?

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Zathura PDF viewer

#20 Post by L18L »

keniv (and all :) )

your wish has been a command
Here it is, my 1st pet this year (2nd in total).

Hope it helps

Feedback appreciated

Edit
bugfixed version uploaded, 0.1 deleted
Attachments
zathura-gui-0.2.pet
bugfix
(1.83 KiB) Downloaded 619 times
Last edited by L18L on Tue 19 Jul 2011, 16:21, edited 1 time in total.

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#21 Post by keniv »

Hi L18L

Thanks very much for your rapid reply and the new pet. I have installed it. It would not work from the "Document" menu but did from a terminal. I had to change line 6 in /usr/share/applications/zathura-gui.desktop from

Code: Select all

Exec=/usr/bin
to

Code: Select all

Exec=/usr/bin/zathura-gui
I also ran fixmenus and a reboot. It now runs from the menu. I have not spent much time using it yet but in all other respects it seems to be working well. I still dont know what I was doing wrong with your script.

Thanks again for you help.

Regards,

Ken.

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Zathura PDF viewer

#22 Post by L18L »

bugfixed version 0.2 uploaded now
Thank you keniv
:)

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#23 Post by don570 »

I compiled zathura 0.8.4 with puppy 4.3.1.

Then I included my right click option for PDF's

I compiled so that the window is slightly wider (1024 pixels)

There is a configuration file /root/.config/zathura/zathurarc
That can be modified to make the window larger
for people with larger screens.
Last edited by don570 on Thu 28 Jul 2011, 00:19, edited 1 time in total.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

corrected version of zathura

#24 Post by don570 »

I have corrected the package so that
it can run on earler versions of Puppy
such as 4.3.1 and Lighthouse 4.4.3

The problem was that I was confused
about whether to use the OpenWith folder
or the SendTo folder for right click options.

I choose the wrong one, but this version is corrected.

___________________________________________
Attachments
zathura-b-0.8.4.pet
corrected version of package
(36.08 KiB) Downloaded 578 times

Post Reply