Bug #841
library.xml
| Status: | In Progress | Start date: | 08/09/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Packages: Extra | Spent time: | - | |
| Target version: | - |
Description
/usr/share/mythtv/themes/defaultmenu/library.xml in R7.3 and R7.4 has 2 entries for Play Online Streams. The first one should be deleted.
<button>
<type>STREAM</type>
<text>Play Online Streams</text>
<description></description>
<action>PLUGIN mythstream</action>
<depends>mythstream</depends>
</button>
<button>
<type>STREAM</type>
<text>Play Online Streams</text>
<description></description>
<action>MENU is.xml</action>
</button>
History
Updated by cecil 10 months ago
- Status changed from New to In Progress
- Assignee set to cecil
- Category set to Packages: Extra
sudo pacman -R mythstream Should remove mythstream thereby removing the entry. Something must have occur when you upgraded to R7.3 as this should have happened automatically. Will dig into see if I can duplicate but it worked fine in testing prior to R7.3's release.