How To Use Startup Applications in Ubuntu Updated on September 16, 2020 by Christopher Maiorana 1 Minutes, 11 Seconds to Read In many situations, it can be helpful to have your favorite apps open up on startup, as soon as your computer boots up. This can save you some time and make sure you check your most important calendars, emails, or task managers before you start your work day. Select Your Startup Applications Using a File Path The Ubuntu (desktop) operating system makes it easy to add what it calls “Startup Applications” by, conveniently, using an app called Startup Applications. But often, making sure you open the right application requires a few more steps. Select Your Startup Applications Open the Activities menu Select Startup Applications app Click Add to add a startup application Fill in a name for the app, for example “firefox” Using a File Path Many of the apps available in your system may require a file path. For example, if you would like to run custom scripts, you are best advised to provide the full file path. Many of the apps that come with your operating system will be in the /usr/bin/ directory. For example: /usr/bin/firefox Likewise, if you have a custom script in your home directory, you can provide the path to that script as well: ~/customscript.sh This can be very helpful if you have local scripts that interact with your dedicated server. Well done! You now know how to run certain applications and scripts on startup in your Ubuntu operating system. Share this Article CM Christopher Maiorana Content Writer II Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog. More Articles by Christopher Related Articles Understanding Linux Operating Systems How to Install Python 3.9 on CentOS 7 Speed Up grep Searches with LC_ALL=C How To Install RubyGems On Linux unrar and rar Commands 5 Ways to Find a File in Linux Setting Your PHP Settings in Command Line How to Check the Memory Usage on Linux How to Send Files to the Trash Can in Linux with Gio Trash How to Merge PDF Files in the Linux Terminal