<div dir="ltr"><div><div><div><div><div><div>Since upgrading from 0.22 to 0.25 and now 0.27<br><br></div>mythfrontend &amp; mythtv-setup is prompting to set the locale on each start in 0.25 &amp; 0.27<br><br></div>I found this error in the logs<br>
<br>Nov 19 19:34:12 mythtv mythbackend: mythbackend[11454]: E CoreContext mythlocale.cpp:108 (LoadDefaultsFromXML) No locale defaults file for en_AU, skipping<br><br></div>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.<br>
<br>insert into settings values (&#39;Country&#39;,&#39;AU&#39;,NULL);<br>insert into settings values (&#39;Language&#39;,&#39;en_US&#39;,NULL);<br><br></div>Perhaps this is a bug in the schema updates?<br><br></div>Cheers,<br>
<br></div>Anthony<br><div><div><div><div><br></div></div></div></div></div>