I've got a tiny qt embedded application running on the linux framebuffer. It's started with the -qws flag. After i close the application, it's process is still running and i'm stuck on the green screen. So.. as far as i understood the qt embedded application layout, the qwsserver is started by the application if no other qwsserver is found. But how to safely shutdown the qwssever session again..

Thanks for any assistance.