[mythtv-users] ProjectGrayhem-wide theme version 1.2

Justin Hornsby justin.hornsby at gmail.com
Wed Jan 18 23:37:39 UTC 2006


On 18/01/06, Steve Adeff <adeffs at gmail.com> wrote:
> On Wednesday 18 January 2006 17:37, Chad wrote:
> > On 1/18/06, Justin Hornsby <justin.hornsby at gmail.com> wrote:
> > > On 18/01/06, Chad <masterclc at gmail.com> wrote:
> > > > After making that change I get the following error:
> > > >
> > > > "Myth could not locate the selector object..."
> > > >
> > > > My Screen Res and Font Size, :D  I haven't quite figured it out yet to
> > > > be honest.  I'm trying Modelines that supposedly give me a 1280x720,
> > > > but my screen size appearance never changes and my Xorg.0.log has:
> > > > Virtual screen size determined to be 1024 x 768
> > > >
> > > > Which I assume means that is my resolution.  I'm using an incorrect
> > > > DPI that I have to force in my startx script, and I can't quite pin
> > > > point where my problem exists.
> > > >
> > > > None of this applies to your Theme, but figure I should point it all
> > > > out so others don't see my post and do something stupid like I have
> > > > thinking it's correct.
> > > >
> > > > Chad
> > > > _______________________________________________
> > >
> > > Could not locate selector object?  On which screen?  I'm not seeing
> > > any such errors here.
> > >
> > > Justin
> > > _______________________________________________
> >
> > On trying to access the Watch Recordings screen.
> >
> > Chad
>
> Indeed, I got the same error.
>
> I'm running 1280x720 with ~15pixels removed from each direction to fix for
> overscan. 100DPI
>
> --
> Steve

Well, here's a diff of the file I've just updated and the file I put
in the tar.bz2 file I posted this morning:

diff -up ui.xml /media/ProjectGrayhem-wide/ui.xml
--- ui.xml      2006-01-18 21:30:19.000000000 +0000
+++ /media/ProjectGrayhem-wide/ui.xml   2006-01-18 06:01:40.000000000 +0000
@@ -1654,8 +1654,8 @@
         <fcnfont name="record" function="record"></fcnfont>
         <fcnfont name="tagged" function="tagged"></fcnfont>
         <columnpadding>10</columnpadding>
-        <column number="1" width="620" context="-1"></column>
-        <column number="2" width="80" context="-1"></column>
+        <column number="1" width="640" context="-1"></column>
+        <column number="2" width="60" context="-1"></column>
         <column number="3" width="160" context="0"></column>
         <column number="4" width="150" context="1"></column>
         <items>9</items>
@@ -1685,8 +1685,8 @@
         <font>title</font>
       </textarea>
       <textarea name="description" draworder="6">
-        <area>20,50,1260,90</area>
-        <altarea>25,50,1260,90</altarea>
+        <area>20,50,1260,120</area>
+        <altarea>25,50,600,120</altarea>
         <font>info</font>
         <multiline>yes</multiline>
       </textarea>
@@ -1696,7 +1696,7 @@
       <context>0</context>
       <area>0,460,1280,270</area>
       <textarea name="title" draworder="6">
-        <area>20,0,900,40</area>
+        <area>20,0,580,40</area>
         <altarea>20,0,580,40</altarea>
         <font>title</font>
       </textarea>
@@ -1713,13 +1713,13 @@
       </textarea>

       <textarea name="timedate" draworder="6">
-        <area>170,110,540,30</area>
+        <area>170,110,440,30</area>
         <font>greyfont</font>
       </textarea>

       <textarea name="description" draworder="6">
-        <area>20,150,1000,100</area>
-        <altarea>20,140,1000,200</altarea>
+        <area>20,150,1050,240</area>
+        <altarea>20,140,1050,240</altarea>
         <font>info</font>
        <multiline>yes</multiline>
        <value>%LONGREPEAT%%STARS%%DESCRIPTION%</value>

That's it.  If it worked before it should work now.

Justin


More information about the mythtv-users mailing list