[Bug 298781] Re: qt4-qtconfig does not save font settings
Lukáš Vacek
pheeror at gmail.com
Sun Apr 26 13:31:15 UTC 2009
Well, it is obviously pretty good thing that "GTK+" QT theme uses the
font settings from GTK.
The problem is that antialiasing properties set by gnome-appearance-
properties are not shared between QT and GTK even if "GTK+" theme. So,
even though GTK+ theme sets the right font, it can look very ugly. When
this is solved, there is no need to "fallback" to trying to change the
font in qtconfig.
btw, this is my ~/.fonts.conf for antialising:grayscale and hinting:full
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="hintstyle" > <const>hintfull</const> </edit>
<edit name="rgba" mode="assign"><const>none</const></edit>
</match>
</fontconfig>
http://freedesktop.org/wiki/ScreenFontSettings
http://www.gnome.org/~bmsmith/gconf-docs/C/gnome.html
--
qt4-qtconfig does not save font settings
https://bugs.launchpad.net/bugs/298781
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
More information about the kubuntu-bugs
mailing list