<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Dec 21, 2014 at 10:33 AM, Mike Carron <span dir="ltr"><<a href="mailto:jmcarron@starstream.net" target="_blank">jmcarron@starstream.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
On 12/20/2014 10:53 PM, John P Poet wrote:<div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
On Sat, Dec 20, 2014 at 10:55 PM, Mike Carron <<a href="mailto:jmcarron@starstream.net" target="_blank">jmcarron@starstream.net</a> <mailto:<a href="mailto:jmcarron@starstream.net" target="_blank">jmcarron@starstream.<u></u>net</a>>> wrote:<br>
<br>
    Is there a reason why I should expect that installing the same<br>
    version of Mythbuntu (12.04 and promptly upgrading Myth to 27.4)<br>
    from the same USB stick onto two different machines would product<br>
    a different selection of available themes in Setup -> Theme Chooser?<br>
<br>
    On one machine, a Zotac ID36, I get what is apparently the full<br>
    catalog of themes, including MythCenter, MythCenter-Wide,<br>
    Arclight, Mythbuntu, Terra and several others. On the other<br>
    machine, a Zotac AD03, I get Mythbuntu, MythCenter,<br>
    Mythcenter-Wide and Terra, none of the others. I can re-install on<br>
    the AD03 and get exactly the same result so it shouldn't be a<br>
    matter of a botched install. Is there something in the install<br>
    process that prevents certain themes from being installed on<br>
    certain hardware?<br>
<br>
    Incidentally, prior to upgrading the MythTV from 0.25 to 0.27 all<br>
    front ends presented the same themes in Theme Chooser.<br>
<br>
<br>
It is probably a permission issue.   Make sure that the ~/.mythtv directory (and all of it sub-directories) are writable by whatever user(s) is running mythbackend and mythfrontend.<br>
<br>
John<br>
<br>
</blockquote></div></div>
***<br>
Different themes can have different permissions?<div class=""><div class="h5"><br></div></div></blockquote><div><br></div><div>MythCenter, Mythcenter-Wide and Terra ship with myth by default.   Since you are running Mythbuntu, I am guessing that is being included by default as well.   All other themes are downloaded "on demand".  I am guessing that myth does not have permission to download the requested themes to the directories it wants to download them to.</div><div><br></div><div>Assuming your myth user is 'mythtv', try something like:</div><div><br></div><div>$ sudo chown -R mythtv:mythtv /home/mythtv</div><div>$ sudo chmod -R ug+rwX /home/mythtv</div><div><br></div><div>and see if that fixes the problem.</div><div><br></div><div>John</div><div><br></div></div></div></div>