mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #03802
[Bug 667241] Re: MythArchive theme fonts in wrong location
I would say yes it was fixed by an update to 0.24:
commit d3d2640c9c6d7ec1be857c3471069d40e5a50f17
Author: Paul Harrison <pharrison@xxxxxxxxxx>
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
--
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/667241
Title:
MythArchive theme fonts in wrong location
Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
Fix Released
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..
References