Results 1 to 3 of 3
Can any body tell me how can made my application written in Qt to run on startup i.e as soon as i log on to the system.
Is there any ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-11-2003 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
How to Run an app at the Start up?
Can any body tell me how can made my application written in Qt to run on startup i.e as soon as i log on to the system.
Is there any thing like windows registry in linux for managing all these things?
- 08-11-2003 #2Linux User
- Join Date
- Jun 2003
- Location
- Calgary, AB CANADA
- Posts
- 496
Re: How to Run an app at the Start up?
I believe your /etc/rc.d directory is where you want to look.
Originally Posted by Satyanand
Also, this link might help shed some light: http://www.this_site_does_not_exist/viewtopic.php?t=359\"Everything should be made as simple as possible, but not simpler.\"
Albert Einstein
- 08-11-2003 #3Just Joined!
- Join Date
- Apr 2003
- Location
- Australia & England
- Posts
- 75
If you are using KDE - which I assume you are since you mentioned QT, then check out this directory.
~/.kde/Autostart
/etc/rc.d is for non - gui apps I believe?


Reply With Quote
