[mythtv] MePo-wide 0.3.5 released

David Asher asherml at gmail.com
Sun Apr 29 02:13:04 UTC 2007


I found a while back that this theme causes the OpenGL painter to
overwrite the menus with the background (effectively erasing them
after briefly allowing them to display) if the GUI resolution != X
server resolution.  After much trial and error I've found the culprit.
 If the alphapulse directive in base.xml is removed the problem goes
away.  (Of course, the mythtv logo doesn't fade in and out)

The following patch disables this if others are having the same
problem.  I haven't been able to figure out the bug in order to fix it
for real.

*** base.xml    2007-03-24 00:27:20.000000000 -0400
--- /usr/share/mythtv/themes/MePo-wide/base.xml 2007-04-28
20:31:20.000000000 -0400
***************
*** 25,31 ****
                <imagetype name="logo">
                        <filename>ui/logo.png</filename>
                        <position>40,570</position>
!                       <alphapulse min="0" max="255" change="1"/>
                        <skipin>0,0</skipin>
                </imagetype>

--- 25,31 ----
                <imagetype name="logo">
                        <filename>ui/logo.png</filename>
                        <position>40,570</position>
!                       <!-- alphapulse min="0" max="255" change="1"/ -->
                        <skipin>0,0</skipin>
                </imagetype>


More information about the mythtv-dev mailing list