[mythtv-commits] Ticket #12571: Theme url does not exist for lastest git version 0.28-pre

MythTV noreply at mythtv.org
Thu Dec 31 20:43:52 UTC 2015


#12571: Theme url does not exist for lastest git version 0.28-pre
-------------------------------------------------+-------------------------
 Reporter:  William L. DeRieux IV                |          Owner:  stuarta
  <williamderieux@…>                             |
     Type:  Bug Report - General                 |         Status:  new
 Priority:  minor                                |      Milestone:  0.28
Component:  Services - Theme Downloads           |        Version:  Master
                                                 |  Head
 Severity:  high                                 |     Resolution:
 Keywords:                                       |  Ticket locked:  0
-------------------------------------------------+-------------------------

Comment (by William L. DeRieux IV <williamderieux@…>):

 Further looking into the code in themechooser.cpp.

 I think the real culprit is a hold-over from the days of svn and is
 expecting the BRNACH to be trunk instead of master.
 The git:master branch will never be trunk

 line:191
 {{{
  if (MythVersion == "trunk")
     {
         LoadVersion(MythVersion, themesSeen, true);
         LOG(VB_GUI, LOG_INFO, QString("Loading themes for
 %1").arg(MythVersion));
     }
     else
     {

         MythVersion = MYTH_BINARY_VERSION; // Example: 0.25.20101017-1
         MythVersion.replace(QRegExp("\\.[0-9]{8,}.*"), "");
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12571#comment:3>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list