[mythtv] Can't find file: abstractosd

Tom Hughes tom at compton.nu
Thu Jan 6 17:59:41 EST 2005


In message <41DDB5E8.3050009 at rcn.com>
          light <robertlight at rcn.com> wrote:

> somehow Mythtv is looking for .../share/mythtv/themes/abstractosd
> 
> this is ultimately due to a line in tv_play.cpp  TV::SetupPlayer() line 890
> where we find
>       nvp->SetOSDThemeName(gContext->GetSetting("OSDTheme"));
> 
> it is not obvious how gContext gets populated but
> gContext->GetSetting("OSDTheme") returns "abstractosd"

Well if you look at the GetSetting method in the MythContext class
then you'll see where it comes from ;-)

> Can anyone shed some light on where "abstractosd" comes from or where it
> is defined?

>From the settings table in the database:

mysql> select data from settings where value = 'OSDTheme';
+----------------+
| data           |
+----------------+
| Titivillus-OSD |
+----------------+

Tom

-- 
Tom Hughes (tom at compton.nu)
http://www.compton.nu/


More information about the mythtv-dev mailing list