On Wed, 13 Aug 2003 00:16:45 +0200 Spider <[EMAIL PROTECTED]> wrote: > begin quote > On Tue, 12 Aug 2003 15:09:32 -0700 > Alan <[EMAIL PROTECTED]> wrote: > Hello, > > > >or simply wrap evolution in a script, > > > > Or to set it for just evolution you can create a little shell script > > or alias that does basically: > > > > export GDK_USE_XFT evolution > > > > Which should only turn off AA for evolution. > > Sorry, I should probably have explained in further detail what I meant > about "wrap evolution in a script" ;-)
This is untested but I think it should work: mv /usr/bin/evolution /usr/bin/evolution-noxft touch /usr/bin/evolution echo "#!/bin/bash" > /usr/bin/evolution echo "GDK_USE_XFT=0" > /usr/bin/evolution echo "/usr/bin/evolution-noxft" > /usr/bin/evolution chmod a+x /usr/bin/evolution And then it should work (I hope so...) Lars -- [EMAIL PROTECTED] mailing list
