Hi,

I am not sure, but... 

Probably the bug could be here:

module new.c:
173   /* Work around stupid X11 bug:  When switching immediately after the 
command
174    * is entered, the enter button may get stuck. */
175   if (getenv("DISPLAY") != NULL)
176     sleep(1);

Probably the problem is not only related to the enter key.

Can you reproduce the bug yet? Then, the best idea could be run vlock without 
the module "new". Then we can see if the bug is in that module and work on it. 
Because we are in X11, run vlock -sa is not possible and we need the "new" 
module.

Perhaps, one idea is increase the sleep time, for testing, something like:

176     sleep(5);

Could you do this modification in the source and build a new package? Else, I 
could create a test package for you, only with this change. Tell me :-)

Thanks,
kix
-- 
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to