Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > KOReader

Notices

Reply
 
Thread Tools Search this Thread
Old 10-24-2018, 12:43 PM   #166
Edemen
Enthusiast
Edemen began at the beginning.
 
Posts: 30
Karma: 12
Join Date: Jan 2018
Device: Kobo Sage, Pocketbook Touch HD 3
I am looking for a option to increase the space between fonts in the default.lua file.
Unfortunately, I can not find it. Is it possible at all? Maybe someone more familiar with Koreader knows the answer?
Edemen is offline   Reply With Quote
Old 10-26-2018, 12:42 AM   #167
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,607
Karma: 724945
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
What kind of space do you mean exactly?
Frenzie is offline   Reply With Quote
Old 10-26-2018, 10:13 AM   #168
Edemen
Enthusiast
Edemen began at the beginning.
 
Posts: 30
Karma: 12
Join Date: Jan 2018
Device: Kobo Sage, Pocketbook Touch HD 3
Space between fonts in a word.
Edemen is offline   Reply With Quote
Old 10-28-2018, 02:38 AM   #169
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,607
Karma: 724945
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
I don't think that's currently an easily accessible GUI option, but using style tweaks with letter-spacing should do the trick.

Something like this:
Code:
* {letter-spacing: .1em !important;}
You can adjust the .1em to a value of your choosing, that's just an example.

See https://developer.mozilla.org/en-US/...letter-spacing for more information about letter-spacing.
Frenzie is offline   Reply With Quote
Old 10-29-2018, 04:42 AM   #170
Edemen
Enthusiast
Edemen began at the beginning.
 
Posts: 30
Karma: 12
Join Date: Jan 2018
Device: Kobo Sage, Pocketbook Touch HD 3
Thank you Frenzie, it works !
Edemen is offline   Reply With Quote
Old 10-29-2018, 01:05 PM   #171
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,607
Karma: 724945
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
No problem. Glad it worked out!
Frenzie is offline   Reply With Quote
Old 12-26-2018, 07:37 AM   #172
serjls
Member
serjls began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2015
Device: Kobo Aura H2O, Kobo Glo, PocketBook 626
Hello! Does not start on PB632. Fragment of crash.log night Assembly.
Code:
---------------------------------------------
                launching...
  _  _____  ____                _
 | |/ / _ \|  _ \ ___  __ _  __| | ___ _ __
 | ' / | | | |_) / _ \/ _` |/ _` |/ _ \ '__|
 | . \ |_| |  _ <  __/ (_| | (_| |  __/ |
 |_|\_\___/|_| \_\___|\__,_|\__,_|\___|_|

 It's a scroll... It's a codex... It's KOReader!
[*] Current time: 12/26/18-18:52:45[*] Version: v2018.12-29-g8e575a5_2018-12-26

ffi.load: blitbuffer
ffi.load (warning): libblitbuffer.so: cannot open shared object file: No such file or directory
ffi.load: SDL2
ffi.load (warning): libSDL2.so: cannot open shared object file: No such file or directory
ffi.load: SDL
ffi.load (warning): libSDL.so: cannot open shared object file: No such file or directory
ffi.load: inkview
12/26/18-18:52:45 INFO  SoftwareVersion:  U632.5.19.504
./luajit: ./ffi/framebuffer_linux.lua:118: can not mmap() framebuffer
stack traceback:
	[C]: in function 'assert'
	./ffi/framebuffer_linux.lua:118: in function 'init'
	./ffi/framebuffer_mxcfb.lua:450: in function 'init'
	./ffi/framebuffer.lua:63: in function 'new'
	frontend/device/pocketbook/device.lua:61: in function 'init'
	frontend/device.lua:49: in main chunk
	[C]: in function 'require'
	frontend/ui/widget/container/widgetcontainer.lua:19: in main chunk
	[C]: in function 'require'
	frontend/ui/widget/container/centercontainer.lua:5: in main chunk
	[C]: in function 'require'
	frontend/ui/widget/button.lua:19: in main chunk
	[C]: in function 'require'
	frontend/ui/widget/buttontable.lua:2: in main chunk
	[C]: in function 'require'
	frontend/ui/widget/confirmbox.lua:21: in main chunk
	[C]: in function 'require'
	./reader.lua:96: in main chunk
	[C]: at 0x0000c059
In device.lua PB632 is present. Did I do something wrong?
serjls is offline   Reply With Quote
Old 12-26-2018, 01:49 PM   #173
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012464
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
No, it'll be fixed in a few days .
NiLuJe is offline   Reply With Quote
Old 12-26-2018, 10:41 PM   #174
serjls
Member
serjls began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2015
Device: Kobo Aura H2O, Kobo Glo, PocketBook 626
Quote:
Originally Posted by NiLuJe View Post
No, it'll be fixed in a few days .
Thank you!
serjls is offline   Reply With Quote
Old 12-28-2018, 12:45 AM   #175
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012464
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
This should make today's nightly .

(Coming up in a few hours).

EDIT: Out! >= v2018.12-31-gf6743a4_2018-12-28

Last edited by NiLuJe; 12-28-2018 at 04:51 PM.
NiLuJe is offline   Reply With Quote
Old 12-29-2018, 08:08 AM   #176
serjls
Member
serjls began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2015
Device: Kobo Aura H2O, Kobo Glo, PocketBook 626
Quote:
Originally Posted by NiLuJe View Post
This should make today's nightly .

(Coming up in a few hours).

EDIT: Out! >= v2018.12-31-gf6743a4_2018-12-28
serjls is offline   Reply With Quote
Old 01-29-2019, 04:35 PM   #177
nystagmus
Connoisseur
nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'
 
Posts: 51
Karma: 39794
Join Date: Jan 2018
Device: Kobo Clara HD, Boox Max Lumi 2, Kobo Forma, Topjoy Butterfly E601
Hallo,
I am using Pocketbook Touch HD3 with Koreader last stable. It works well while reading. Unfortunatly it crashed very often while using highlight in ePub. It is in German. Is there is away to fix this or I way to help?
Thank you for your efforts
nystagmus is offline   Reply With Quote
Old 01-29-2019, 06:00 PM   #178
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012464
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
A full crash.log to begin with, and eventually a full gdb backtrace will probably be needed to figure it out. There's a few open PB issues that sound similar, and they've been open for... a while (none of the active [or inactive, for that matter ] devs have PB devices).
NiLuJe is offline   Reply With Quote
Old 01-31-2019, 03:37 PM   #179
nystagmus
Connoisseur
nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'nystagmus can spell AND pronounce 'liseuse.'
 
Posts: 51
Karma: 39794
Join Date: Jan 2018
Device: Kobo Clara HD, Boox Max Lumi 2, Kobo Forma, Topjoy Butterfly E601
thank you for your reply.
here is the crash.log just incase.
can you till me how to do gdb backtrace?
thank you for your efforts
Attached Files
File Type: txt crash.log.txt (180.8 KB, 245 views)
nystagmus is offline   Reply With Quote
Old 02-01-2019, 04:00 AM   #180
Edemen
Enthusiast
Edemen began at the beginning.
 
Posts: 30
Karma: 12
Join Date: Jan 2018
Device: Kobo Sage, Pocketbook Touch HD 3
Please help.
I do not like the location of touch zones in Koreader,
I changed the line
DTAP_ZONE_BACKWARD = {x = 0, y = 0, w = 1/4, h = 1}
to
DTAP_ZONE_BACKWARD = {x = 0, y = 0, w = 0, h = 0}
to cancel the undo in this area.
Hint how to edit this line:
DTAP_ZONE_FORWARD = {x = 1/4, y = 0, w = 3/4, h = 1}
so you can change the pages forward in the currently inactive reversing field.
That is, to change the page forward in place of page backward.
Edemen is offline   Reply With Quote
Reply

Tags
calibre, epub, koreader, pb742, pdf, pocketbook

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
KOReader: a document reader for PDF, DJVU, EPUB, FB2, HTML, ... (GPLv3) hawhill Kindle Developer's Corner 1269 02-27-2024 11:49 AM
CBZ plugin interaction with FB2/DjVu plugins - First try at pinpointing MrWarper iRex 2 12-11-2011 05:46 AM
Raccoon Reader - reads ePub, fb2, fb2.zip, txt on WP7 for free Andrei_Shvydryk Reading and Management 0 10-31-2011 03:17 PM
v3 vs. v3+ as a pdf/DjVu reader hedonism_bot HanLin eBook 7 11-02-2010 08:16 PM
New PDF to LRF Tool (for DJVU and CBZ files too) RWood Sony Reader 0 08-29-2007 02:13 PM


All times are GMT -4. The time now is 02:21 AM.


MobileRead.com is a privately owned, operated and funded community.