[Bug 56682] Re: Raster fonts appear in Edgy

2006-09-20 Thread Patrice Vetsel
Doing fresh installation with iso that have fontconfig = 2.3.2-7ubuntu2 works 
now.
30-debconf-no-bitmaps.conf is created.
Thanks to Ian Jackson :)

** Changed in: fontconfig (Ubuntu)
   Status: In Progress = Fix Released

-- 
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


[Bug 56682] Re: Raster fonts appear in Edgy

2006-09-18 Thread Chris Lord
A recent update removed my no-bitmaps symlink and added a yes-bitmaps
symlink in its place... Just adding comment in case this wasn't meant to
happen.

-- 
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


[Bug 56682] Re: Raster fonts appear in Edgy

2006-09-18 Thread Patrice Vetsel
From iwj:
I have done a lot of experiments and I have concluded:
1. purging fontconfig-config and reinstalling it restores everything to 
normality as expected (dpkg --purge --force-depends; dpkg -i); 
2. It is possible to fix it with  echo PURGE | debconf-communicate 
fontconfig-config   and then   dpkg-reconfigure --default-priority 
fontconfig-config 

So i will do a fresh install tomorrow and close the bug if 30-debconf-
no... is well created.

-- 
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


[Bug 56682] Re: Raster fonts appear in Edgy

2006-09-18 Thread Sebastian Breier
I just installed edgy knot-3. I had the problem with the bad fonts in
Firefox, so I stumbled upon this bug.

I just tried Patrice/iwj's first fix, and it works. Fonts in Firefox now
look just the same as in dapper. However, it only worked with the fix,
NOT with the original fresh install.

-- 
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


[Bug 56682] Re: Raster fonts appear in Edgy

2006-09-13 Thread VETSEL Patrice
** Changed in: Ubuntu
   Status: Unconfirmed = Confirmed

** Changed in: Ubuntu
Sourcepackagename: None = fontconfig

-- 
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


[Bug 56682] Re: Raster fonts appear in Edgy

2006-09-13 Thread VETSEL Patrice
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


[Bug 56682] Re: Raster fonts appear in Edgy

2006-09-13 Thread VETSEL Patrice
Ian Jackson have done works on this bug. It will be available after
knot3.

** Changed in: fontconfig (Ubuntu)
   Status: Confirmed = In Progress

-- 
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


[Bug 56682] Re: Raster fonts appear in Edgy

2006-09-02 Thread Chris Lord
This can be fixed by linking /etc/fonts/conf.d/no-bitmaps.conf to
/etc/fonts/conf.d/30-debconf-no-bitmaps.conf (or something similar) -
this link existed on my dapper system, but for some reason not on edgy -
It seems this bug affects not only me too, judging by the screenshots on
this page, http://www.ubuntu.com/testing/knot2 , it seems I'm not the
only one affected... This doesn't seem to affect dapper-edgy upgrades,
but only fresh edgy installs.

-- 
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


[Bug 56682] Re: Raster fonts appear in Edgy

2006-08-20 Thread Chris Lord
After installing msttcorefonts, a lot less raster fonts appear, but they
still do - For example, the comment entry here (on launchpad), and on
this site: http://davesource.com/Bugs/Motorola-RAZR-V3i.html

-- 
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