On Tue, Jul 17, 2001 at 09:05:30AM +0100, Viktor Lakics wrote: > I only have AA fonts when I set QT_XFT=1 in an xterm, and start an application > from that xterm. How can I set QT_XFT before starting KDE to have AA > everywhere in KDE? What config file do I have to edit?
/etc/kde/kde2.sh > The second question: I love AA, but I absolutely need konsole with the "linux" > console font (not AA-ed). Konsole looks crap when I use AA-ed fonts. Is there > any way to have a specific app started with non AA-d fonts from an AA-ed > environment? mv /usr/bin/konsole /usr/bin/konsole.real create a new /usr/bin/konsole script: ---cut--- #!/bin/bash export QT_XFT=0 /usr/bin/konsole.real $* ---cut--- -- Putz �kos Email : [EMAIL PROTECTED]

