=== modified file 'scripts/install.py' --- scripts/install.py 2006-10-06 18:31:55 +0000 +++ scripts/install.py 2006-10-16 14:19:09 +0000 @@ -912,6 +912,11 @@ hardware system in which has been installed on and need some automatic configurations to get work.""" + # mvo: run fontconfig voodoo on the installed system. + # this does not really belong here and should be moved + # out when the string-freeze is over + self.chrex('fontconfig-voodoo', '--auto', '--quiet') + dbfilter = hw_detect.HwDetect(None, self.db) ret = dbfilter.run_command(auto_process=True) if ret != 0: