I found the first bug myself just now right after release.
It is not very serius, however anoying.
For some reason Beeptimer will not work, unless you start
./LTool.py from a open terminal.
I do not know why yet, but I will look in to it.
So if you want to use Beeptimer you need to start
./LTool.py from a open terminal, for now.
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.