I have developed an application in Qt and want it to start automatically and occupy my screen. It have some pop-ups also. It is for controlling some relays across the network.
- What should be the right procedure in Embedded linux to start Qt application automatically and occupy my screen on system boot?
- Which is the best window manager to use for embedded linux?
- Do I need display manager or desktop manager in this case? As I need single application to run?
Also this link confused me a bit. Is window manager inside desktop Enviroment?
Are these desktop environment another name for desktop manager like KDE? http://www.engadget.com/2012/10/30/how-to-picking-a-window-manager-linux/
What if there are more than one application of Qt to run? But at startup I want one application to cover the screen?
Please suggest.