in debian/fontconfig-config.config we have :
if [ ! -f "/etc/fonts/fonts.conf" ]; then
  # This is a first install
  enable_bitmaps="false"
else
  # We are upgrading. No file for bitmaps means:
  enable_bitmaps="true"
fi

I suspect that we have to remove the else loop like this :
if [ ! -f "/etc/fonts/fonts.conf" ]; then
  # This is a first install
  enable_bitmaps="false"
fi

** Changed in: fontconfig (Ubuntu)
   Importance: Untriaged => Medium

-- 
Raster fonts appear in Edgy
https://launchpad.net/bugs/56682

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to