Package: florence
Version: florence_0.6.0-2
Severity: minor

If florence is killed/terminated, any keys which are down will remain down.
I think that the program should release anything it's holding when it is
closed.

Can be replicated easily by using florence to Ctrl+C itself:

$ florence
Florence version 0.6.0
XRecord extension found version=1.13
Your screen does not support alpha channel. Semi-transparency is disabled
DBus name aquired: org.florence.Keyboard
$ ^C
$ ^C
$ ^C
...

Or if you kill it while holding down 'd':
$ sleep 5; killall florence;
ddddddddddddddddddddddddddddddd... (keeps going)

Could probably be fixed by adding something to flo_terminate() to release
pressed keys.

-Michael

Reply via email to