Opened 16 years ago
Closed 16 years ago
Last modified 16 years ago
#6747 closed defect (fixed)
Mythnews no longer launches browser
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | Plugin - MythNews | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Running latest SVN (20968), MythNews? no longer launches the browser to retrieve the article.
Excerpt from mythfrontend.log 2009-07-20 13:09:28.986 Loading menu theme from /usr/share/mythtv/themes/defaultmenuinfo_menu.xml 2009-07-20 13:09:29.980 Loading window theme from /usr/share/mythtv/themes/default/news-ui.xml 2009-07-20 13:09:30.435 NewsSite?, Error: Failed to set content from xmlfile sh: Internal: command not found
Change History (6)
comment:1 Changed 16 years ago by
Owner: | changed from Isaac Richards to paulh |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
(In [20989]) Update MythBrowser? to register itself as a Media Player for web pages. This allows any plugin to use MythBrowser? by simply calling something like this:- GetMythMainWindow?()->HandleMedia?("WebBrowser?", "www.mythtv.org"). Refs #6747.
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [20991]) Update MythNews? to use the media handler provided by MythBrowser? to view the web pages if the browser command is set to 'Internal'. Fixes #6747.
comment:4 Changed 16 years ago by
Now, just a little problem with the browser, both as web browser and as news browser. The text size is HUGE now, and it doesn't seem to take into account the text size setting.
comment:5 Changed 16 years ago by
Utilities/Setup?->Setup->Info Center Settings->Web Settings
Is Text Size anything but 1.0?
comment:6 Changed 16 years ago by
Apologies, you mentioned you had tweaked text size-- Anyway, it works properly here and scales as expected according to that setting.
It's a known problem after MythBrowser? was made a plugin rather than a standalone app. I have a fix for this just haven't had time to test and commit it yet.