Quote:
Originally Posted by JimmXinu
The page doesn't open in your browser?
|
Yes. FFF Seems to try opening the page in the default browser of the OS, but nothings happens
Quote:
Originally Posted by JimmXinu
Does it work to click a story (or other) link in Calibre and have it open in browser?
|
Yes, it works from Calibre. If click in the story id in Calibre the page of the story is opened in the Browser. It works with the default browser or choosing an specific browser from the setting "openers_by_scheme". Like this:
Code:
# Cambiar los programas que se ejecutan al abrir archivos o URL
openers_by_scheme = {'http*': 'firefox %u'}
Quote:
Originally Posted by JimmXinu
Or the page opens, but the cache lookup fails? That would suggest the browser cache location setting in FFF may be wrong now. IE, your browser cache lives in a different place, or you're using a different browser now.
|
The page are never opened. But FFF can read the Browser cache. I have to open the stories chapters in the browser like before "open_pages_in_browser" was implemented to update or download stories.
If it helps the default browser of the OS is Chromium. Switching it for Firefox does the same. And trying to open urls from other programs like the text editor or even the command line works fine.