|
|
2008-07-01
, 22:31
|
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#12
|
|
|
2008-07-01
, 22:43
|
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#13
|
It's really easy to use and is probably the quickest way to make a .deb package 
just drop me a PM
|
|
2008-07-01
, 22:52
|
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#14
|
|
|
2008-07-01
, 23:03
|
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#15
|
I browse these forums semi-obsessively, and I've benefited immensely, so I'm more than willing to lend a hand wherever I can in return
|
|
2008-07-03
, 14:43
|
|
Posts: 76 |
Thanked: 8 times |
Joined on Mar 2008
@ Friday Harbor, WA, USA
|
#17
|
|
|
2008-07-03
, 16:07
|
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#18
|
might you consider upping the max book size? 4megs is a little small. I am reading Herodotus, and the Wheel of Time series (in a single text file.) Would love to switch to this instead of FBReader. I sthere a way to actively change scroll speed whle reading?
thanks for your time and effort.

| The Following User Says Thank You to lcuk For This Useful Post: | ||
|
|
2008-07-06
, 16:31
|
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#19
|
#! /usr/bin/python
import gtk
import pygtk
import os
import hildon
class Namespace: pass
def main(x):
ns = Namespace()
ns.pixelDouble = False
ns.fullscreen = False
window = hildon.Window()
def quiter(x):
gtk.main_quit()
window.connect("destroy", quiter)
tab = gtk.Table(2, 5)
tab.show()
def filesel(x):
def ok(x):
filename = game.get_filename()
game.destroy()
global snesg
snesg = filename
return filename
game = gtk.FileSelection(title="Pick a Book")
game.cancel_button.connect("clicked", lambda w: game.destroy())
game.ok_button.connect("clicked", ok)
game.set_filename("/media/")
a = game.run()
return a
def startit(snesg):
os.popen("/home/user/liqbase/liqbase " + snesg)
fullscreenButton = gtk.CheckButton("Fullscreen");
def toggleFullscreen(x):
if fullscreenButton.get_active():
ns.fullscreen = True
else:
ns.fullscreen = False
fileb1 = gtk.Button("Select Book")
fileb1.connect('clicked', filesel)
fileb1.show()
tab.attach(fileb1, 0, 2, 0, 1)
def changed_cb(combobox):
model = combobox.get_model()
active = combobox.get_active()
if active < 0:
return None
global multi
multi = model[active][0]
return model[active][0]
notesString = "Controls: Select Read a Book to read. Use fingers to scroll, etc... 4 MB maximum filesize, only .txt files"
notes = gtk.Label(notesString)
notes.set_line_wrap(True)
notes.show()
tab.attach(notes, 0, 2, 3, 4)
def e(x):
startit(snesg)
start = gtk.Button("Start Reading!")
start.connect("clicked", e)
start.show()
tab.attach(start, 0, 2, 4, 5)
window.add(tab)
window.show()
gtk.main()
x = "0"
main(x)
|
|
2008-07-06
, 16:40
|
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#20
|
(confirmed, it does
)
)
tar cvzf /media/mmc1/liqbase-<version here<.tar.gz liqbase-folder
^ will tar it up. if the liqbase is tarred up on an ext/jffs system, execute permissions will be kept.
/me ends this off topic