I am working on BeagleBone Black(Debian 3.8.13 running on it). I want to run QT GUI application on startup(show GUI on screen just after login).
I am able to run console applications on startup by editing rc.local file in /etc/ directory and placing executable in /bin/ directory. But it didn't work for GUI applications.
I have searched for it also but couldn't make much out of it.
I want to know how it is to be done.