[mythtv] 3rd party themes

Robin Neatherway robthebob at gmail.com
Sat Mar 22 19:54:46 UTC 2008


There appears to be a problem with at least one of the 3rd party
themes: ProjectGrayhem. In base.xml the "medium" font is defined as
having a base type of "medium". When I removed this tag the log
mentioned that "medium" had no face defined. By reference to another
theme I provided it with a face="Arial" tag and the clock returned to
its normal size. Diff follows:

Index: ProjectGrayhem/base.xml
===================================================================
--- ProjectGrayhem/base.xml     (revision 16681)
+++ ProjectGrayhem/base.xml     (working copy)
@@ -4,7 +4,15 @@
     <imagetype name="backimg">
       <filename>background.png</filename>
     </imagetype>
+    <font name="medium" face="Arial">
+      <color>#FFFFFF</color>
+      <size>16</size>
+      <size:small>14</size:small>
+      <size:big>20</size:big>
+      <bold>yes</bold>
+    </font>

+
     <font name="clock"  base="medium">
          <color>#FFFFFF</color>
          <size>18</size>
@@ -21,14 +29,6 @@
       <bold>yes</bold>
     </font>

-    <font name="medium" base="medium">
-      <color>#FFFFFF</color>
-      <size>16</size>
-      <size:small>14</size:small>
-      <size:big>20</size:big>
-      <bold>yes</bold>
-    </font>
-
     <font name="large" base="medium">
       <color>#FFFFFF</color>
       <size>20</size>


More information about the mythtv-dev mailing list