Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > PocketBook

Notices

Reply
 
Thread Tools Search this Thread
Old 11-05-2021, 10:41 AM   #1
Lykke
Groupie
Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.
 
Posts: 158
Karma: 182076
Join Date: Aug 2017
Device: Kobo Libra 2
Changing TL3 web browser's home page and font selection

I would like to know if it's possible to set a custom home page for the web browser app for FW 5.x. I found the following code from an older thread, and placed it in /applications/name.app but it only launches with an error:

Code:
#!/bin/sh
exec /ebrmain/bin/webbrowser.sh -platform PocketBook http://www.mayersche.de
Also, would be great to know how the web browser is reading fonts. My local library allows reading ebooks from a web browser, and this works pretty OK on TL3 except that, instead of a sans-serif font, it displays a serif font. This works fine on desktop browsers. I see that the page's css file refers to a font called Inter. I placed this in /system/fonts/ but the browser still displays a serif font.

1. Desktop browser
https://i.imgur.com/rJwPJRF.png

2. Pocketbook browser
https://i.imgur.com/d4dADXA.png

These are really quite minor things but would make my reading more enjoyable, and in the end less tempted to buy a new and better device. (It has lasted me 4 years already, let's see if I can make it 5!)
Lykke is offline   Reply With Quote
Old 11-05-2021, 12:20 PM   #2
nhedgehog
Guru
nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.
 
Posts: 746
Karma: 619508
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
Did you try?
Code:
#!/bin/sh
exec /ebrmain/bin/webbrowser.sh -platform PocketBook 'https://www.thalia.de'
You can try too:
Code:
#!/bin/sh
/ebrmain/bin/openbook /ebrmain/bin/browser.app "https://www.thalia.de"

Last edited by nhedgehog; 11-05-2021 at 12:26 PM.
nhedgehog is offline   Reply With Quote
Advert
Old 11-05-2021, 04:24 PM   #3
Lykke
Groupie
Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.
 
Posts: 158
Karma: 182076
Join Date: Aug 2017
Device: Kobo Libra 2
Thank you, nhedgehog. The second one worked.
Lykke is offline   Reply With Quote
Old 11-05-2021, 04:33 PM   #4
nhedgehog
Guru
nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.
 
Posts: 746
Karma: 619508
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
What errormessage did you get?
nhedgehog is offline   Reply With Quote
Old 11-05-2021, 04:59 PM   #5
Lykke
Groupie
Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.
 
Posts: 158
Karma: 182076
Join Date: Aug 2017
Device: Kobo Libra 2
Quote:
Originally Posted by nhedgehog View Post
What errormessage did you get?
Using your first suggestion, the app menu closed but the app didn't start, no error message. With the code in the OP the message "error, could not launch" popped up (or something like that, it wasn't informative).
Lykke is offline   Reply With Quote
Advert
Old 11-09-2021, 04:39 PM   #6
EastEriq
Groupie
EastEriq rocks like Gibraltar!EastEriq rocks like Gibraltar!EastEriq rocks like Gibraltar!EastEriq rocks like Gibraltar!EastEriq rocks like Gibraltar!EastEriq rocks like Gibraltar!EastEriq rocks like Gibraltar!EastEriq rocks like Gibraltar!EastEriq rocks like Gibraltar!EastEriq rocks like Gibraltar!EastEriq rocks like Gibraltar!
 
Posts: 169
Karma: 100516
Join Date: Jan 2018
Device: Cybook Orizon, PocketBook Touch HD
A way which works for me is
Code:
browser_default_url=http://www.myfavouritewebsite.com
in /ext1/system/config/global.cfg
EastEriq is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
is it possible to get web browser to stay on home screen? kobo glo hd wakkaday Kobo Reader 5 05-14-2016 09:17 AM
Touch Changing Font in Browser baggins Kobo Reader 3 09-20-2011 10:18 AM
Is it possible to put the web browser on the home page? lunixer Amazon Kindle 3 09-04-2010 09:50 AM
PRS-900 Changing the home page GatorLMHC Sony Reader 0 07-26-2010 07:30 PM
Home Page in Browser dazigler enTourage Archive 0 04-12-2010 05:02 PM


All times are GMT -4. The time now is 12:41 PM.


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