[mythtv-users] 0.27 Upgrade locale issue

Anthony Giggins seven at seven.dorksville.net
Tue Nov 19 02:20:33 UTC 2013


Since upgrading from 0.22 to 0.25 and now 0.27

mythfrontend & mythtv-setup is prompting to set the locale on each start in
0.25 & 0.27

I found this error in the logs

Nov 19 19:34:12 mythtv mythbackend: mythbackend[11454]: E CoreContext
mythlocale.cpp:108 (LoadDefaultsFromXML) No locale defaults file for en_AU,
skipping

on checking another system on 0.27 that does not have this error i found
inserting the following into the settings table resolves the issue.

insert into settings values ('Country','AU',NULL);
insert into settings values ('Language','en_US',NULL);

Perhaps this is a bug in the schema updates?

Cheers,

Anthony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20131119/e876837e/attachment.html>


More information about the mythtv-users mailing list