This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux: AM335x Qt application autostart

Other Parts Discussed in Thread: DLP2000

Tool/software: Linux

I have a dlp2000 with bbb.
and I have made the device showed Desktop,then I want to start a Qt App after the Desktop showed.
I change the /etc/profile  to add the command : export DISPLAY=:0.0 && /home/QtApp -qws &
but I only worked when I login with putty.
i reboot the device,it just show the desktop without Qt App
so how can i do this?