[SOLVED] run at start

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
skottyrg

[SOLVED] run at start

Post by skottyrg »

hi,
I would like to know if there is anyway of running a command automatically each time i start the sistem, and also if there is any way of running a command without using the terminal (anything similar to "run" in the windows start menu).
The reason is that i would like alltray to automatically start thunderbird minimized in the tray when i log in (run alltray thunderbird) and also i like to run some other programs minimized to tray, and i would like to do it without having to open alltrays gui nor having to have a terminal running until i want to stop unsing the program.

thanks in advance.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
proxima_centauri

Re: run at start

Post by proxima_centauri »

You can add programs to startup in Startup Applications under Preferences in the menu. Press Alt+F2 for a run box similar to windows.

Also, FYI, if you use an ampersand (&) after the command in terminal, it will send it to the background - so you can now close that terminal window without the closing the program you started with it. ie:

Code: Select all

thunderbird &
skottyrg

Re: run at start

Post by skottyrg »

Thanks a lot!! thats exactly the information i needed! thanks!!
Locked

Return to “Beginner Questions”