[mythtv-users] upgrade to 0.27.6 but got old theme

Jerome Yuzyk jerome at supernet.ab.ca
Tue Apr 12 20:23:49 UTC 2016


On Tuesday, April 12, 2016 02:03:26 PM Jerome Yuzyk wrote:
> On Tuesday, April 12, 2016 12:33:30 PM Jerome Yuzyk wrote:
> > I just updated from 0.27.5 to 0.27.6 on Fedora 22, and use the MythCenter-wide theme.
> > 
> > It seems like I have reverted to the old 0.27.4 theme though: I don't have circular scrolling in lists anymore, nor the clock on the Watch Recordings screen.
> > 
> > But those items are in /usr/share/mythtv/themes/MythCenter-wide/recordings-ui.xml, which looks like https://raw.githubusercontent.com/MythTV/mythtv/master/mythtv/themes/MythCenter-wide/recordings-ui.xml
> > 
> > Is there a cache or something that needs to be cleared?
> 
> Interesting what a malformed comment will do... I've fixed it.

        <buttonlist name="recgroups">
            <arrange>stack</arrange>
            <align>top,hcenter</align>
            <spacing>0</spacing>
            <scrollstyle>free</scrollstyle>
            <wrapstyle>items</wrapstyle>

but shouldn't the last line make the left column scroll circular? It used to.

This works for the right column:

        <buttonlist name="recordings" from="basebuttonlist2">
            <area>370,54,880,350</area>
            <buttonarea>0,36,880,270</buttonarea>
<!-- items for circular wrapping -->
            <wrapstyle>items</wrapstyle>


-- 
A little of Jerome's MythTV World: http://mythtv.bss.ab.ca


More information about the mythtv-users mailing list