Summary: | fonts changed with qt 4.5 | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Dimitrios Glentadakis <dglent> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | CC: | andresbajotierra |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dimitrios Glentadakis
2009-03-13 19:08:56 UTC
Well... Qt4.5 changed the font hinting style to use the lcdfilter setting (or something like that), so the fonts changed.. They should look better.. However, Qt4.5 also introduced some option to use different paint engines. (native(x11), raster, and OpenGL). The default is native(x11), however some distribution compiled Qt to use Raster as its default. Try to run some Qt4/KDE4 application with the "-graphicssystem native" or "-graphicssystem raster" switches to see if there are some changes. i ve just resolved the problem : http://forum.kde.org/solved-fonts-kde-very-ugly-t-36173.html i had to replace (with --force) the libfreetype6-2.3.9-1plf2009.1 package with this one libfreetype6-2.3.9-1mdv2009.1 So, it's a Mandriva problem. I'm glad it works now |