Any way to run gui applications without logging in Hello friends,
i want to run a gui application(a server like thing which will run always) after the computer is started but with nobody logged in to it like a service. I tried many methods like editing /etc/rc.local file and put the complete path of the executable there. But only scripts and programs having non gui are working there. Gui programs are not working in it. I know that X server is not started at the time of execution of /etc/rc.local. Is there any way to run gui programs automatically after booting but with nobody logged in just like a service? Is there any script executed after X server has started so that i can edit it and put the name of the executable there? |