Hi,

I am developing on Mini2440 board and I have compiled qt for embedded linux (qt-everywhere-opensource-src-4.6.3) and tslib successfully and run my example program by giving

./hello -qws

at terminal and it has run successfully.

Now I want to launch the application from desktop by creating icon. For that I have followed the tutorial http://farm2440.blogspot.com/ by creating desktop file, icon and executable. But I could n't run it.

When I touch my icon on Mini2440 screen nothing happens. If I hold the icon for longer time I can see the properties of the application. But for other applications (which are available by default) by single touch I could run them.

Please let me know how to run qt applications by creating icon and run from desktop in Mini2440.

Thanks in advance