[mythtv-users] mythtv 0.19 and the "Retro" theme

Mark Schindel mark at schindel.ca
Tue Feb 21 04:19:00 UTC 2006


Retro is my new favorite theme! I've been using it for a while now with .19
The only problem I've found is that there's no progdetail window in ui.xml

Here's a patch to fix it :)

just save the text between --- cut here--- and --- end -- to a fil
(instructions for Fedora Core your dist may have the themes in a 
different location)

# cd /usr/share/mythtv/themes
# patch -b0 -p < retro-progdetail.patch

replace "retro-progdetail.patch" with the filename you created when you 
saved the patch.

restart mythfrontend and give it a try.

--- cut here ---
--- Retro/ui.xml    2005-11-30 18:52:58.000000000 -0500
+++ /root/ui.xml    2006-02-20 23:11:02.000000000 -0500
@@ -1888,4 +1888,60 @@
 
   </window>
 
-</mythuitheme>
\ No newline at end of file
+  <window name="progdetails">
+
+    <font name="title" face="Trebuchet MS">
+      <color>#FFFFFF</color>
+      <dropcolor>#000000</dropcolor>
+      <size>17</size>
+      <shadow>3,3</shadow>
+      <bold>yes</bold>
+    </font>
+
+    <font name="info" face="Trebuchet MS">
+      <color>#ffffff</color>
+      <size>14</size>
+      <size:small>10</size:small>
+      <shadow>1,1</shadow>
+      <bold>yes</bold>
+    </font>
+
+    <font name="heading" base="info">
+        <color>#ffff00</color>
+    </font>
+
+    <font name="body" base="info">
+        <color>#ffffff</color>
+    </font>
+
+    <font name="buttons" face="Trebuchet MS">
+      <color>#FFFFFF</color>
+      <size>14</size>
+      <bold>yes</bold>
+    </font>
+
+    <container name="main_display">
+      <area>0,0,800,600</area>
+      <textarea name="title" draworder="0">
+        <area>40,30,720,40</area>
+        <font>title</font>
+        <value>Program Details:</value>
+      </textarea>
+
+      <richtextarea name="richtext" draworder="0">
+        <area>30,60,745,500</area>
+        <textarea>55,70,655,462</textarea>
+        <font>info</font>
+        <value>Program Details</value>
+        <image function="uparrow-reg" filename="blank.png" 
location="725,90"></image>
+        <image function="downarrow-reg" filename="blank.png" 
location="725,480"></image>
+        <image function="uparrow-sel" filename="ui/up.png" 
location="725,90"></image>
+        <image function="downarrow-sel" filename="ui/down.png" 
location="725,480"></image>
+        <backgroundreg>ui/background.png</backgroundreg>
+        <backgroundsel>ui/background.png</backgroundsel>
+      </richtextarea>
+
+    </container>
+  </window>
+
+</mythuitheme>
--- end ---


More information about the mythtv-users mailing list