I got my start the same way and ran into similar issues, so don&#39;t sweat it.  There are two of the same theme listed in the theme chooser because the name that is displayed comes from the themeinfo.xml file entry, so on yours you&#39;ll need to change the theme&#39;s name in there to tell them apart.  I never did the two different paths thing though, I would just copy /usr/share/mythtv/themes/blue-abstract/ to /usr/share/mythtv/themes/custom-theme/ or something similar, change the title tag in your new themeinfo.xml  and start working from there [with frequent backups when you are tinkering!!] on your new/modified theme.<br>
<br><div class="gmail_quote">On Sun, Jul 31, 2011 at 23:52, Jason Taylor <span dir="ltr">&lt;<a href="mailto:killerkiwi2005@gmail.com">killerkiwi2005@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br><br><div class="gmail_quote"><div><div></div><div class="h5">On 1 August 2011 16:20, Kenneth Emerson <span dir="ltr">&lt;<a href="mailto:kenneth.emerson@gmail.com" target="_blank">kenneth.emerson@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I&#39;m new to theme programing, but trying to learn.  I currently use the blue-abstract-wide theme and wanted to make some small changes to one of the menus (baby steps in the learning process).  Trying to follow the instructions on the (several) theme wikis, I created a directory in the mythtv user&#39;s home directory:<br>


<br>/home/mythtv/.mythtv/themes/blue-abstract-wide/<br><br>Then I copied the xml file I wanted to modify to that directory.  I believe the wiki said that the frontend will search this directory first and then the /usr/[local]/share/mythtv/theme directory for everything else.<br>


<br>Well, that seemed to get mythtv and myself very confused.  The first thing I noticed was that I now had two versions of blue-abstract-wide to choose from in the Theme Chooser setup menu.  Not realizing what was happening, I selected one and ended up with the complete theme loaded into the home/mythtv/ directory instead of the /usr/local/share directory.<br>


<br>I cleaned that up and got things back to where they had been and when I reloaded the frontend, I ended up with the Tera theme and could not get the blue-abstract-wide theme back.  It wasn&#39;t until I deleted the blue-abstract-wide directory from /home/mythtv/.mythtv/themes directory that things went back to normal.  I assume that happened because, lacking a working theme, the frontend defaults to the Tera theme?<br>


<br>Since then, I have been making changes directly to the blue-abstract-wide theme residing in the /usr/local/share/mythtv/themes directory although that is not optimum as my changes will get wiped out each time I update.<br>


<br>Obviously I have something screwed up either in my configuration or in my interpretation of the instructions for testing.<br><br>Any suggestions?<br></blockquote></div></div><div><br>Copy the theme to ~/.mythth/themes/blue-abstract-modified<br>

 </div><div>Change the theme name...<br>
<a href="http://www.mythtv.org/wiki/MythUI_Theme_Development#themeinfo.xml" target="_blank">http://www.mythtv.org/wiki/MythUI_Theme_Development#themeinfo.xml</a><br>
<br>
You can then use this to reload the theme while mythfrontend is running<br>
<p><code>kill -USR1 $(pidof mythfrontend)</code></p><p><code>Thanks what I did anyway</code></p><p><code>1 note if the XML in invalid the frontend will load the default theme as a fall back.. <br></code></p><p><code>~/.mythtv/themecache some times seems to need to be cleared out as well (which im guessing is what was happening to you)<br>

</code>
</p> Jason Taylor<br clear="all"></div></div><font color="#888888"><br>-- <br>&quot;Weekends don&#39;t count unless you spend them doing something completely pointless. &quot; - Calven<br><br>
</font><br>_______________________________________________<br>
mythtv-theming mailing list<br>
<a href="mailto:mythtv-theming@mythtv.org">mythtv-theming@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-theming" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-theming</a><br>
<br></blockquote></div><br>