LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   How do I make my programs auto start on login? (https://www.linuxquestions.org/questions/fedora-35/how-do-i-make-my-programs-auto-start-on-login-432797/)

martinr 04-07-2006 04:16 PM

How do I make my programs auto start on login?
 
I seem to remember that if you have a program running in linux (like kopete for instance) and you log out, it will automatically run the next time you log in. This doesn't happen in Fedora. Why not!?!??!?

So my question is - how can I set programs to automatically start on bootup/login?

Please help!

pwc101 04-07-2006 05:14 PM

If you're using Gnome, then when you click on the log out button, you're presented with a window which has 3 options:
Code:

Log out
Shutdown
Restart the computer

Above those options is a tickbox with "Save current setup" next to it - tick that box, and whatever you have open when you log out will reopen when you log back in, with some exceptions - I think it won't remember browser windows.

If you're using XFCE, then there's a similar setup: Log out, reboot or shutdown, with an option to save the session.

Don't know if this is the case in KDE, but from memory it remembers your session by default... I may be wrong on that.

In fluxbox there's a folder in your home directory called .fluxbox, and in that there is a file called apps (if there isn't you can just create a new one), if you want to open gaim when you log in, you'd add the following command to that file:
Code:

[startup]  {gaim}
I'm afraid I don't know about any other window managers...

martinr 04-11-2006 10:00 AM

Thanks! that worked fine!


All times are GMT -5. The time now is 02:19 AM.