Hi,

I am using Eclipse CDT with Qt plugin. Working on Debian without X, running the GUI with Qt's QWS server.

Simply, I am starting a regular cpp thread doing the logical work and then starting a standart QApplication execution. Works fine on the target machine locally. But when I start the program remotely from Eclipse's Remote System Explorer service, the keyboard input is not handled correctly. It is in a racing condition and randomly picks up the keyboard events. The mouse input works fine.

I am aware the question is not clear enough but I couldn't figure how to focus on the problem. I can provide additional feedback on demand.

Thanks in advance.