Mike Grant - 2005-03-31

Logged In: YES
user_id=1175208

I think it's because you're relying on the terminal making a
beep noise in response to attempting to print \a (beep
character). If it's not being printed to a terminal but to
a file (as probably happens to the output of LTool when not
run from a terminal - it'll probably be eaten by the xserver
or sent to /dev/null), the \a character will just be written
to the file and nothing needs to make a beep. You probably
need to produce the beep in another fashion.