<br><br><div class="gmail_quote">On Tue, Jul 19, 2011 at 8:27 AM, Paul Harrison <span dir="ltr">&lt;<a href="mailto:mythtv@sky.com">mythtv@sky.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Mon, Jul 18, 2011 at 7:08 PM, Dan Littlejohn<br>
</div><div><div></div><div class="h5">&lt;<a href="mailto:dan.littlejohn@gmail.com">dan.littlejohn@gmail.com</a>&gt; wrote:<br>
&gt; I am getting a number of these errors in the mythfrontend log.  Are these a<br>
&gt; problem, how do I fix it?<br>
&gt;<br>
&gt; 2011-07-18 08:03:15.830 MythFontProperties, Warning: Use of &#39;font&#39; is<br>
&gt; deprecated in favour of &#39;fontdef&#39;<br>
&gt;<br>
&gt; Also seeing this error.<br>
&gt;<br>
&gt; 2011-07-18 08:03:16.068 MythUIImage(0x873d438) Warning: Use of gradient in<br>
&gt; an<br>
&gt; imagetype is deprecated, see shape gradients instead.<br>
&gt;<br>
&gt; Dan<br>
&gt;<br>
<br>
</div></div>The first ones simply mean you are using a theme that hasn&#39;t been<br>
updated to use the newer &lt;fontdef&gt; elements to define the fonts. See<br>
this commit for an example of what needs to change.<br>
<a href="https://github.com/MythTV/mythtv/commit/8ff39aa56" target="_blank">https://github.com/MythTV/mythtv/commit/8ff39aa56</a>.<br>
<br>
The second one is similar except it relates to how the color gradient<br>
images are defined. You needs to use a &lt;shape&gt; now instead of the<br>
&lt;image&gt; that was used previously. See this commit for an example of<br>
what needs to change.<br>
<a href="https://github.com/MythTV/mythtv/commit/7ecbbdf9273c55e427708ad22854810024f3a62b#L0L209" target="_blank">https://github.com/MythTV/mythtv/commit/7ecbbdf9273c55e427708ad22854810024f3a62b#L0L209</a><br>
<br>
At the moment they are just warnings but at some point in the future<br>
both of these will fail to work so the theme will have to be updated<br>
before they it will work properly, that may already be the case in<br>
master can&#39;t quite remember if we&#39;ve already removed them there.<br>
<br>
Paul H.<br>
<div><div></div><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br></div></div></blockquote><div><br>Thanks Paul <br></div></div><br>