You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-terms/terminator/files/0.90-without-icon-cache.patch

12 lines
305 B

--- setup.py.orig 2009-08-12 22:22:53.000000000 -0400
+++ setup.py 2009-08-12 22:22:57.000000000 -0400
@@ -25,7 +25,7 @@
def __init__ (self, *args):
self.without_gettext = False
- self.without_icon_cache = False
+ self.without_icon_cache = True
Distribution.__init__(self, *args)