PDA

View Full Version : [gnome] How to disable fonts antialiasing in Qt appliations in GNOME?



przemnet
September 4th, 2009, 05:17 PM
Hi,

I'm using Ubuntu 9.04 with GNOME and I'm trying to disable aa in apps like Opera, Skype or Kaffeine. I disabled it in Qt4 settings in System -> Preferences (equivalent of qtconfig entered in terminal) and also put the following statements into fonts.conf file:


<match target="pattern">
<edit name="antialias" mode="assign"><bool>false</bool></edit>
</match>
<match target="pattern">
<edit name="antialias" mode="assign"><bool>false</bool></edit>
</match>

but fonts antialiasing is still present in Qt applications.

Can anyone help me to solve this problem?

Thanks in advance ;-)

deviato
August 23rd, 2010, 08:31 PM
Edit your ~/.kde/share/config/kdeglobals
Insert these lines:
[General]
XftAntialias=false
XftHintStyle=hintmedium
XftSubPixel=none