OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: desertrat on January 18, 2006, 02:58:16 am
-
Here is cbrpager (http://www.jcoppens.com/soft/cbrpager/index.en.php).
A no-nonsense, simple to use, small viewer for cbr and cbz (comic book archive) files. As it is written in C, the executable is small and fast. It views jpg (or jpeg), gif and png images, and you can zoom in and out.
NB it uses GTK+ and you may have to install a bunch of gnome stuff to satisfy dependencies.
-- cheers
[updated to include an icon and relevant desktop entry so that it will (hopefully) appear on the menu of WMs]
-
Thanks, it works great. No icons missing either.
I just can't seem to get the navigation bar to appear horizontally from the options window.
-
I just can't seem to get the navigation bar to appear horizontally from the options window.
If it's any comfort, horizontal doesn't work for me either, but it doesn't bother me, I'm happy with vertical
I just did a straightforward compile and packaged the results. I think you need to take it up with the cbrpager author. Sorry I can't be of more help
-- cheers
-
Hi there, I know this is an ancient thread, but I'm wondering--
Does anyone know, what "bunch of gnome stuff" might be required?
I checked the feeds linked here and there, but all I found was gtk, and it requires some other stuff.
What do I need to get this program up and running?
Thanks!
-
Most likelu libbonobo, libbonoboui, libgnomeui, etc. It should all be in the feed.
The easiest way to see is by installing it, then runnoing it from the CLI and seeing which libs it complains abount not being able to find.
-
Or you could use
ldd
to check which libraries are needed.
-
Or you could use
ldd
to check which libraries are needed.
I never knew that!
I can go back to sleep now that I've learned my thing for the day.
-
Or you could use
ldd
to check which libraries are needed.
I never knew that!
I can go back to sleep now that I've learned my thing for the day.
a nice script to calculate dependencies is here : https://www.oesf.org/forum/index.php?showto...mp;#entry120038 (https://www.oesf.org/forum/index.php?showtopic=18410&start=0&p=120038&#entry120038)
Check "calcdepends" in post #9
Have fun,
Chero.