I want to run an application developed in c++ as a service in Linux as in window NT automatically. This appliactin requires browser to run.I want that the developed application run automatically when the user executes "startx" in linux. so what should I do.
One Wrong solution
I have tried to do the same thing by adding the required application "/home/runner.exe" in the profile file but as the the required application also required "internet explorer" browser for its execution so system crtashes. so would u suggest the solution.