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.

AM335x SDK Matrix app and qt application simultaneous running



Hello,

I am running Matrix app launcher v2 on beaglebone black from sd card..I have made one small app on qt

I have placed it on /home/root/ folder. using ssh from the host linux.

by executing './{app_name}' command remotely i am able to run that app on beaglebone.

but the problem is that both matrix gui and my app running simultaneously ..so it is showing me double mouse pointer and ui is continuosly switching when i move the mouse.

how can i disable matrix app and can only run my app. ?

i have also tried 'matrix-gui-2.0 stop' command but then console curser is blinking.

when i create desktop entry of that app like Qt5 calculator demo app given it works perfectly fine.

i want to work my app that way but without using desktop entry of my app..i.e. only thought command line