Qt app touchscreen not working

Paul
Hi!

First of all sorry for my bad english.

I wrote a C app for mini2440 with 7 inch touchscreen.
If I start it from putty console, working fine, but it started from init.d
script at startup, the buttons does not accept click events.

Please help Me.

Best regards.
Paul

Juergen
When you run is from your console some environment variables are already
set and used (they point to the correct device node for example). If you
run it from init, these variables are not set!

Paul
Thank Juergen!

I found this forum: http://billforums.station51.net/viewtopic.php?f=5&t=55,
only had to be corrected the device nodes.

Now it works!