ports/net/penguintv/files/patch-penguintv-utils.py
Edwin Groothuis e6fa4c0af2 Update to version 4.0:
# Lots of bugfixes, perfomance improvements, etc
# Supports Nokia N800/N810 Maemo devices
# Better setup of mozilla environment, should no longer crash on
  startup on any platform
# Commandline control of media player
# Local image caching so images still appear when offline
2009-03-23 03:09:53 +00:00

12 lines
594 B
Python

--- penguintv/utils.py.orig 2009-03-23 08:35:01.000000000 +1100
+++ penguintv/utils.py 2009-03-23 08:35:31.000000000 +1100
@@ -228,7 +228,8 @@
os.path.join(os.path.split(os.path.abspath(sys.argv[0]))[0],"share"),
os.path.join(GetPrefix(),"share","sugar","activities","ptv","share"),
os.path.join(os.path.split(os.path.split(utils.__file__)[0])[0],'share','glade'),
- "/usr/share/penguintv/glade"):
+ "/usr/share/penguintv/glade",
+ "%%LOCALBASE%%/penguintv/glade"):
try:
os.stat(os.path.join(p,"dialogs.glade"))
logging.debug("glade prefix found: %s" % (p,))