begin  quote
On Wed, 13 Aug 2003 09:50:17 +0200
Lars Strojny <[EMAIL PROTECTED]> wrote:
> 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...)
> 
won't work. you keep overwriting /usr/bin/evolution, and it will be
hosed at the next evo update




try this instead (should work  , untested ;)

cat >~/evolution-noaa << "EOF"
#!/bin/sh
export GDK_USE_XFT=0
exec /usr/bin/evolution
EOF

chmod ug+x ~/evolution-noaa

(of course you can change the evolution-noaa to /usr/bin/evolution-noaa
and do :

chown root.root /usr/bin/evolution-noaa
chmod a+rx /usr/bin/evolution-noaa
chmod -w /usr/bin/evolution-noaa


//Spider

-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to