MythArchive theme fonts in wrong location

Bug #667241 reported by Greg Oliver
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Mythbuntu
Fix Released
Undecided
Dave Walker

Bug Description

10.10

Please attach all output as a file in bug reports.
MythTV Version : 26977
MythTV Branch : branches/release-0-24-fixes
Network Protocol : 63
Library API : 0.24.20101017-1
QT Version : 4.7.0

The fonts referenced in the mytharchive themes are all pointing to /usr/share/mythtv, when in fact they are located in /usr/share/mythtv/fonts. it causes mythburn.py to error out. Simply linking them to /usr/share/mythtv fixes it.. I guess the xml files could be updated too..

Revision history for this message
Thomas Mashos (tgm4883) wrote :

Assigning to Daviey for followup

Changed in mythbuntu:
assignee: nobody → Dave Walker (davewalker)
Revision history for this message
Mario Limonciello (superm1) wrote :

This sounds like a bit of an upstream issue, Daviey could you please investigate more? I don't believe we're modifying the location that the fonts get installed at all.

Revision history for this message
keepitsimpleengr (keepitsimpleengineer) wrote :

progress log with traceback

Revision history for this message
Daniel Saunders (daniel-saunders) wrote :

These seems to have been fixed in a recent update. Can anyone confirm?

Revision history for this message
Mario Limonciello (superm1) wrote :

I would say yes it was fixed by an update to 0.24:

commit d3d2640c9c6d7ec1be857c3471069d40e5a50f17
Author: Paul Harrison <email address hidden>
Date: Mon Dec 6 20:38:37 2010 +0000

    MythArchive: Update the script to look for the fonts in the new location.

diff --git a/mythplugins/mytharchive/mythburn/scripts/mythburn.py b/mythplugins/mytharchive/mythburn/scripts/mythburn.py
index be923a5..66ba713 100755
--- a/mythplugins/mytharchive/mythburn/scripts/mythburn.py
+++ b/mythplugins/mytharchive/mythburn/scripts/mythburn.py
@@ -38,7 +38,7 @@
 #******************************************************************************

 # version of script - change after each update
-VERSION="0.1.20101006-1"
+VERSION="0.1.20101206-1"

 # keep all temporary files for debugging purposes
 # set this to True before a first run through when testing
@@ -400,7 +400,7 @@ def getThemeFile(theme,file):
 # Returns the path where we can find our fonts

 def getFontPathName(fontname):
- return os.path.join(sharepath, fontname)
+ return os.path.join(sharepath, "fonts", fontname)

 #############################################################
 # Creates a file path where the temp files for a video file can be created

Changed in mythbuntu:
status: New → Fix Released
Revision history for this message
Mario Limonciello (superm1) wrote :

Marking Fix Released appropriately.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.