FBReader

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (Applicationbox added)
Line 1: Line 1:
[http://www.fbreader.org/ FBReader] is a e-book reader program. It can work with txt, fb2, html and other various formats formats ([http://www.fbreader.org/about.php more details]).
+
[http://www.fbreader.org/ FBReader] is an e-book reader programme. It can display txt, fb2, html and various other formats ([http://www.fbreader.org/about.php more details]).
  
 
== FBReader on [[debian]] with XFCE ==
 
== FBReader on [[debian]] with XFCE ==
  
Using debian installation is quite simple:
+
Installing under debian is quite simple:
  
 
  # apt-get install fbreader
 
  # apt-get install fbreader
  
After that it will be appeared in XFCE menu (if you use XFCE, of cource).
+
After that it will appear in XFCE menu (if you use XFCE, of course).
  
 
== Simple hack to fit on screen ==
 
== Simple hack to fit on screen ==
  
Launching program cause to fit the window more, than screen. So, it will be some useless to read books. It is proceed because packing layout of toolbar, that too long. To fix this problem, we can disable some of unnecessary buttons on it. First, copy old configuration of your toolbar, then edit:
+
Launching programme causes it to fit the window more, than screen. So, it will be useless to read books. It is proceed because packing layout of toolbar, that too long. To fix this problem, we can disable some unnecessary buttons. First, copy old configuration of your toolbar, then edit:
  
 
  # cp /usr/share/FBReader/default/toolbar.xml /usr/share/FBReader/default/toolbar.xml.orig
 
  # cp /usr/share/FBReader/default/toolbar.xml /usr/share/FBReader/default/toolbar.xml.orig
 
  # vi /usr/share/FBReader/default/toolbar.xml
 
  # vi /usr/share/FBReader/default/toolbar.xml
  
My suggestion to edit this file like this:
+
My suggestion is to edit the file like this:
  
 
  <?xml version="1.0" encoding="UTF-8"?>
 
  <?xml version="1.0" encoding="UTF-8"?>

Revision as of 09:16, 1 October 2008

FBReader is an e-book reader programme. It can display txt, fb2, html and various other formats (more details).

FBReader on debian with XFCE

Installing under debian is quite simple:

# apt-get install fbreader

After that it will appear in XFCE menu (if you use XFCE, of course).

Simple hack to fit on screen

Launching programme causes it to fit the window more, than screen. So, it will be useless to read books. It is proceed because packing layout of toolbar, that too long. To fix this problem, we can disable some unnecessary buttons. First, copy old configuration of your toolbar, then edit:

# cp /usr/share/FBReader/default/toolbar.xml /usr/share/FBReader/default/toolbar.xml.orig
# vi /usr/share/FBReader/default/toolbar.xml

My suggestion is to edit the file like this:

<?xml version="1.0" encoding="UTF-8"?>
<toolbar>
       <button id="showLibrary"/>
       <button id="addBook"/>
       <separator/>
       <button id="toc"/>
       <separator/>
       <button id="search"/>
       <button id="findPrevious"/>
       <button id="findNext"/>
       <separator/>
       <button id="preferences"/>
       <button id="rotate"/>
</toolbar>

After that, FBReader will fit on screen.

Read-book.png | Library.png


Read-book.png FBReader

E-book reader program (TXT, FB2, HTML and more)


Homepage: http://www.fbreader.org
Package: fbreader
Tested on: Debian

Personal tools

FBReader is a e-book reader program. It can work with txt, fb2, html and other various formats formats (more details).

FBReader on debian with XFCE

Using debian installation is quite simple:

# apt-get install fbreader

After that it will be appeared in XFCE menu (if you use XFCE, of cource).

Simple hack to fit on screen

Launching program cause to fit the window more, than screen. So, it will be some useless to read books. It is proceed because packing layout of toolbar, that too long. To fix this problem, we can disable some of unnecessary buttons on it. First, copy old configuration of your toolbar, then edit:

# cp /usr/share/FBReader/default/toolbar.xml /usr/share/FBReader/default/toolbar.xml.orig
# vi /usr/share/FBReader/default/toolbar.xml

My suggestion to edit this file like this:

<?xml version="1.0" encoding="UTF-8"?>
<toolbar>
       <button id="showLibrary"/>
       <button id="addBook"/>
       <separator/>
       <button id="toc"/>
       <separator/>
       <button id="search"/>
       <button id="findPrevious"/>
       <button id="findNext"/>
       <separator/>
       <button id="preferences"/>
       <button id="rotate"/>
</toolbar>

After that, FBReader will fit on screen.

Read-book.png | Library.png


Read-book.png FBReader

E-book reader program (TXT, FB2, HTML and more)


Homepage: http://www.fbreader.org
Package: fbreader
Tested on: Debian