Shiny New E-Book Gizmo: The Amazon Kindle


View Full Version : FBReader Newbie doubts.


Gubbi
02-13-2006, 08:34 PM
Hi,

I have seen the screen shots and gone through their website. I am finding FBReader more interesting. I am trying to write a mini linux distribution which will have a minimal GUI and want to put FBReader in it.

FBReader site tells that it's not well developed for desktop. I want FBreader to run on 800x600, Frame buffer, GTKFB. Can I use other versions of FBreader other than the desktop one?

Also, I would be very interested to get familiar with the code and make useful changes. Can you give me further pointers into how I can go about understanding the code. some documentations?

I'm yet to install and try it. :)

rsperberg
02-14-2006, 08:54 AM
I think this would be cool. Good luck!

I've only used FBReader on the Nokia 770, so I can't speak to how well developed the Linux desktop version is -- in fact, after you install it, perhaps you'll report back to us. What I can tell you is that prior releases had no desktop version, so the kinks in it, whatever they may be, haven't had time to get themselves worked out.

The Nokia 770's screen is 800x480, and FBReader works very well in that space. But it's been adapted to the 770 specifically and that means it may not be the best place to start from. It does have a "full-screen mode," in which every portion of the interface is removed and you're left only with what's on the page. Maybe you can tell us if this is true of the desktop Linux version too and how well it works there.

Hopefully Mikhail will see this posting soon and respond to your questions. Let us know what you learn!

Gubbi
02-20-2006, 03:16 PM
Am having problems installing FBReader on my desktop. Am installing it for desktop+qtopia core 4.1. Is qtopia 4 supported?

rsperberg
02-20-2006, 04:48 PM
Not a question I can answer. How different are QT and qtopia?

Jaapjan
02-21-2006, 01:36 AM
Quicktime is the library, Roger, and qtopia is a linux pda environment based on de QT library.

Gubbi
02-21-2006, 09:19 AM
"Qt/embedded" is renamed as "Qtopia Core" in Qt 4.0 onwards. And Qt3 programs are incompatible with Qt4. There are some tips on migrating Qt3 programs to Qt4. Am looking at them. Anywhere I can discuss problems with FBReader developers?

Also, what is the best way to get into understanding the code? Do we have to first know the specifications of all file formats it supports? Or, will it be easy if we skip format specific code and first understand overall functioning?

MishaS
02-22-2006, 05:33 AM
"Qt/embedded" is renamed as "Qtopia Core" in Qt 4.0 onwards. And Qt3 programs are incompatible with Qt4. There are some tips on migrating Qt3 programs to Qt4. Am looking at them. Anywhere I can discuss problems with FBReader developers?
I think you can discuss them here. :) I read the forum time to time and point out to the interesting topics to Nikolay.

Also, what is the best way to get into understanding the code? Do we have to first know the specifications of all file formats it supports? Or, will it be easy if we skip format specific code and first understand overall functioning?
The format specific code is very well separated :) However if you have questions, just fire them. I'm not very well familiar with the code (as I did part of porting only and a good understanding of each part was not that necessary (plus Nikolay helped me a lot whenever it was necessary)), but I'll try to answer your questions.