first of all, the board is a great little embedded device for learning and thank you for creating it.
Now I will continue with my question. I have the Raspberry Pi 2 B board, I installed Raspbian on it using the instructions given on your site. I installed the PyQT4 libraries, to run PyQT4 applications on it. I wrote a tiny test app and it works absolutely fine. However, I would like my GUI application to start without the automatic starting of LXDE manager and me going to the terminal window and typing
- python appName.py
Thank you